Changeset 27936 for trunk/src/wp-admin/themes.php
- Timestamp:
- 04/03/2014 11:05:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r27760 r27936 120 120 <span class="theme-count"><?php echo count( $themes ); ?></span> 121 121 <?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?> 122 <a href="<?php echo admin_url( 'theme-install.php' ); ?>" class=" add-new-h2"><?php echo esc_html( _x( 'Add New', 'Add new theme' ) ); ?></a>122 <a href="<?php echo admin_url( 'theme-install.php' ); ?>" class="hide-if-no-js add-new-h2"><?php echo esc_html( _x( 'Add New', 'Add new theme' ) ); ?></a> 123 123 <?php endif; ?> 124 124 </h2>
Note: See TracChangeset
for help on using the changeset viewer.