diff options
Diffstat (limited to 'wp-admin/themes.php')
| -rw-r--r-- | wp-admin/themes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 9f2c21f..0b7d64f 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -101,7 +101,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 ) : ?> |
