Changeset 10655 for trunk/wp-admin/includes/theme-install.php
- Timestamp:
- 02/26/2009 07:54:33 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme-install.php
r10654 r10655 343 343 <span class='action-links'><?php echo $actions ?></span> 344 344 <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"> 345 347 <p><strong><?php _e('Version:') ?></strong> <?php echo wp_kses($theme->version, $themes_allowedtags) ?></p> 346 348 <p><strong><?php _e('Author:') ?></strong> <?php echo wp_kses($theme->author, $themes_allowedtags) ?></p> 349 </div> 347 350 <?php 348 351 /*
Note: See TracChangeset
for help on using the changeset viewer.