- Fixed Profile Form field privacy

- Fixed conditional menu logic for 2 different nav menu hooks
- Fixed registration form preview on wp-admin screen
- Restored old CSS settings to "um_old_settings.css"
- Clean user's cache
This commit is contained in:
nikitozzzzzzz
2018-04-18 17:40:54 +03:00
parent 1ea4d85636
commit 5393411f2b
9 changed files with 188 additions and 7 deletions
+1 -1
View File
@@ -540,7 +540,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) {
ob_start(); ?>
<p>
<?php printf( __( '<strong>%s version %s</strong> needs to be updated for correct working.<br />It is necessary to update the structure of the database and options that are associated with <strong>%s %s</strong>.<br />Please visit <a href="%s">"Upgrade"</a> page and run the upgrade process.', 'ultimate-member' ), ultimatemember_plugin_name, ultimatemember_version, ultimatemember_plugin_name, ultimatemember_version, $url ); ?>
<?php printf( __( '<strong>%s version %s</strong> needs to be updated to work correctly.<br />It is necessary to update the structure of the database and options that are associated with <strong>%s %s</strong>.<br />Please visit <a href="%s">"Upgrade"</a> page and run the upgrade process.', 'ultimate-member' ), ultimatemember_plugin_name, ultimatemember_version, ultimatemember_plugin_name, ultimatemember_version, $url ); ?>
</p>
<p>