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:
parent
400f3cf09b
commit
719b73dd9d
@ -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