diff --git a/includes/admin/core/class-admin-menu.php b/includes/admin/core/class-admin-menu.php index f4b43a3a..af82e47f 100644 --- a/includes/admin/core/class-admin-menu.php +++ b/includes/admin/core/class-admin-menu.php @@ -70,7 +70,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Menu' ) ) { ob_start(); // translators: %s: Review link. - echo wp_kses( sprintf( __( 'If you like Ultimate Member please consider leaving a %s review. It will help us to grow the plugin and make it more popular. Thank you.', 'ultimate-member' ), $link ), JB()->get_allowed_html( 'admin_notice' ) ); + echo wp_kses( sprintf( __( 'If you like Ultimate Member please consider leaving a %s review. It will help us to grow the plugin and make it more popular. Thank you.', 'ultimate-member' ), $link ), UM()->get_allowed_html( 'admin_notice' ) ); ?>