This is already cap checked - no need to show outdated message.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6f1016586f
commit
778455ff2d
|
@ -210,7 +210,7 @@ $broken_themes = get_broken_themes();
|
||||||
if ( current_user_can('edit_themes') && count( $broken_themes ) ) {
|
if ( current_user_can('edit_themes') && count( $broken_themes ) ) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<h2><?php _e('Broken Themes'); ?> <?php if ( is_multisite() ) _e( '(Site admin only)' ); ?></h2>
|
<h2><?php _e('Broken Themes'); ?></h2>
|
||||||
<p><?php _e('The following themes are installed but incomplete. Themes must have a stylesheet and a template.'); ?></p>
|
<p><?php _e('The following themes are installed but incomplete. Themes must have a stylesheet and a template.'); ?></p>
|
||||||
|
|
||||||
<table id="broken-themes">
|
<table id="broken-themes">
|
||||||
|
|
Loading…
Reference in New Issue