Make WordPress Core


Ignore:
Timestamp:
02/26/2009 07:54:33 AM (17 years ago)
Author:
ryan
Message:

Hide theme details. See #8652

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme-install.php

    r10654 r10655  
    343343                <span class='action-links'><?php echo $actions ?></span>
    344344                <p><?php echo $desc ?></p>
     345                <a href="#theme_detail" class="theme-detail hide-if-no-js" tabindex='4'><?php _e('Details') ?></a>
     346                <div id="themedetaildiv" class="hide-if-js">
    345347                <p><strong><?php _e('Version:') ?></strong> <?php echo wp_kses($theme->version, $themes_allowedtags) ?></p>
    346348                <p><strong><?php _e('Author:') ?></strong> <?php echo wp_kses($theme->author, $themes_allowedtags) ?></p>
     349                </div>
    347350<?php
    348351            /*
Note: See TracChangeset for help on using the changeset viewer.