mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
- fixed content restriction;
This commit is contained in:
@@ -542,7 +542,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) {
|
||||
if ( isset( $_GET['msg'] ) && 'updated' == $_GET['msg'] ) {
|
||||
$this->add_notice( 'upgrade', array(
|
||||
'class' => 'updated',
|
||||
'message' => '<p>' . __( 'Successfully Upgraded', 'ultimate-member' ) . '</p>',
|
||||
'message' => '<p>' . sprintf( __( '<strong>%s %s</strong> Successfully Upgraded', 'ultimate-member' ), ultimatemember_plugin_name, ultimatemember_version ) . '</p>',
|
||||
), 4 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user