diff --git a/includes/admin/core/class-admin-notices.php b/includes/admin/core/class-admin-notices.php index f5d235b6..dde627d1 100644 --- a/includes/admin/core/class-admin-notices.php +++ b/includes/admin/core/class-admin-notices.php @@ -640,17 +640,19 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) { $url = add_query_arg( array( 'page' => 'um_upgrade' ), admin_url( 'admin.php' ) ); - ob_start(); ?> + ob_start(); + ?>
- %1$s version %2$s needs to be updated to work correctly.
It is necessary to update the structure of the database and options that are associated with %3$s %4$s.
Please visit "Upgrade" page and run the upgrade process.', 'ultimate-member' ), UM_PLUGIN_NAME, UM_VERSION, UM_PLUGIN_NAME, UM_VERSION, $url ), UM()->get_allowed_html( 'admin_notice' ) );
- ?>
+
+
+
+
+