diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 36786ab2d792..d22152cdfaca 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -62,7 +62,7 @@ - + ' . __('Active Theme') . ''; + $current = true; } else { $action = "" . __('Select') . ''; + $current = false; } $theme = ('class="alternate"' == $theme) ? '' : 'class="alternate"'; echo " - - $title $version + "; +if ( $current ) + echo "$title $version"; +else + echo "$title $version"; +echo " $author $description $action