mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user