diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 1de3d850f..f81738570 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -237,13 +237,13 @@ if ( current_user_can('edit_themes') && count( $broken_themes ) ) { natcasesort($theme_names); foreach ($theme_names as $theme_name) { - $title = $broken_themes[$theme_name]['Title']; + $name = $broken_themes[$theme_name]['Title']; $description = $broken_themes[$theme_name]['Description']; $theme = ('class="alternate"' == $theme) ? '' : 'class="alternate"'; echo " - $title + $name $description "; }