Changeset 32974 for trunk/src/wp-admin/themes.php
- Timestamp:
- 06/27/2015 03:40:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r32332 r32974 125 125 126 126 <div class="wrap"> 127 <h 2><?php esc_html_e( 'Themes' ); ?>127 <h1><?php esc_html_e( 'Themes' ); ?> 128 128 <span class="title-count theme-count"><?php echo count( $themes ); ?></span> 129 129 <?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?> 130 130 <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> 131 131 <?php endif; ?> 132 </h 2>132 </h1> 133 133 <?php 134 134 if ( ! validate_current_theme() || isset( $_GET['broken'] ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.