Changeset 32974 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 06/27/2015 03:40:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r32116 r32974 87 87 88 88 echo '<div class="wrap">'; 89 echo '<h 2>' . esc_html( $title ) . '</h2>';89 echo '<h1>' . esc_html( $title ) . '</h1>'; 90 90 91 91 $url = self_admin_url('update.php?action=update-selected-themes&themes=' . urlencode( join(',', $themes) )); … … 151 151 <div class="wrap"> 152 152 <?php if ( 1 == $themes_to_delete ) : ?> 153 <h 2><?php _e( 'Delete Theme' ); ?></h2>153 <h1><?php _e( 'Delete Theme' ); ?></h1> 154 154 <div class="error"><p><strong><?php _e( 'Caution:' ); ?></strong> <?php _e( 'This theme may be active on other sites in the network.' ); ?></p></div> 155 155 <p><?php _e( 'You are about to remove the following theme:' ); ?></p> 156 156 <?php else : ?> 157 <h 2><?php _e( 'Delete Themes' ); ?></h2>157 <h1><?php _e( 'Delete Themes' ); ?></h1> 158 158 <div class="error"><p><strong><?php _e( 'Caution:' ); ?></strong> <?php _e( 'These themes may be active on other sites in the network.' ); ?></p></div> 159 159 <p><?php _e( 'You are about to remove the following themes:' ); ?></p> … … 262 262 263 263 <div class="wrap"> 264 <h 2><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php }264 <h1><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php } 265 265 if ( $s ) 266 266 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?> 267 </h 2>267 </h1> 268 268 269 269 <?php
Note: See TracChangeset
for help on using the changeset viewer.