Remove undismissable 'new themes must be activated' super admin notice.
git-svn-id: https://develop.svn.wordpress.org/trunk@15809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1da3c94e55
commit
f94d3abee4
@ -53,9 +53,6 @@ wp_enqueue_style( 'theme-install' );
|
||||
endif;
|
||||
|
||||
require_once('./admin-header.php');
|
||||
if ( is_multisite() && current_user_can('edit_themes') ) {
|
||||
?><div id="message0" class="updated"><p><?php printf( __('Administrator: new themes must be activated in the <a href="%s">Network Themes</a> screen before they appear here.'), admin_url( 'ms-themes.php') ); ?></p></div><?php
|
||||
}
|
||||
?>
|
||||
|
||||
<?php if ( ! validate_current_theme() ) : ?>
|
||||
|
Loading…
Reference in New Issue
Block a user