Knowing the version of the theme is pretty useless in this context, it's clutter.

git-svn-id: https://develop.svn.wordpress.org/trunk@5419 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2007-05-09 17:14:23 +00:00
parent 400f3cf09b
commit 719b73dd9d
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ foreach ($theme_names as $theme_name) {
$activate_link = wp_nonce_url("themes.php?action=activate&template=$template&stylesheet=$stylesheet", 'switch-theme_' . $template);
?>
<div class="available-theme">
<h3><a href="<?php echo $activate_link; ?>"><?php echo "$title $version"; ?></a></h3>
<h3><a href="<?php echo $activate_link; ?>"><?php echo $title; ?></a></h3>
<a href="<?php echo $activate_link; ?>" class="screenshot">
<?php if ( $screenshot ) : ?>