mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Knowing the version of the theme is pretty useless in this context, it's clutter.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5419 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a8c91f6c0b
commit
1fbc800c8b
@ -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 ) : ?>
|
||||
|
Loading…
Reference in New Issue
Block a user