Broken Themes should be in an h3.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eb9c28f45a
commit
85ba6178b0
|
@ -206,7 +206,7 @@ $broken_themes = get_broken_themes();
|
|||
if ( current_user_can('edit_themes') && count( $broken_themes ) ) {
|
||||
?>
|
||||
|
||||
<h2><?php _e('Broken Themes'); ?></h2>
|
||||
<h3><?php _e('Broken Themes'); ?></h3>
|
||||
<p><?php _e('The following themes are installed but incomplete. Themes must have a stylesheet and a template.'); ?></p>
|
||||
|
||||
<table id="broken-themes">
|
||||
|
|
Loading…
Reference in New Issue