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:
Ryan Boren 2010-10-14 19:07:05 +00:00
parent 1da3c94e55
commit f94d3abee4
1 changed files with 0 additions and 3 deletions

View File

@ -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() ) : ?>