Hide theme details. See #8652

git-svn-id: https://develop.svn.wordpress.org/trunk@10655 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-02-26 07:54:33 +00:00
parent 03b59c6e07
commit b5069e62f4
4 changed files with 15 additions and 2 deletions
+3
View File
@@ -342,8 +342,11 @@ function display_themes($themes, $page = 1, $totalpages = 1) {
<h3><?php echo $name ?></h3>
<span class='action-links'><?php echo $actions ?></span>
<p><?php echo $desc ?></p>
<a href="#theme_detail" class="theme-detail hide-if-no-js" tabindex='4'><?php _e('Details') ?></a>
<div id="themedetaildiv" class="hide-if-js">
<p><strong><?php _e('Version:') ?></strong> <?php echo wp_kses($theme->version, $themes_allowedtags) ?></p>
<p><strong><?php _e('Author:') ?></strong> <?php echo wp_kses($theme->author, $themes_allowedtags) ?></p>
</div>
<?php
/*
object(stdClass)[59]