Changeset 29217 for trunk/src/wp-admin/themes.php
- Timestamp:
- 07/18/2014 03:39:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r29170 r29217 118 118 <div class="wrap"> 119 119 <h2><?php esc_html_e( 'Themes' ); ?> 120 <span class=" theme-count"><?php echo count( $themes ); ?></span>120 <span class="wp-title-count theme-count"><?php echo count( $themes ); ?></span> 121 121 <?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?> 122 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>
Note: See TracChangeset
for help on using the changeset viewer.