Changeset 32974 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 06/27/2015 03:40:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/plugins.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r32654 r32974 123 123 124 124 echo '<div class="wrap">'; 125 echo '<h 2>' . esc_html( $title ) . '</h2>';125 echo '<h1>' . esc_html( $title ) . '</h1>'; 126 126 127 127 $url = self_admin_url('update.php?action=update-selected&plugins=' . urlencode( join(',', $plugins) )); … … 289 289 ?> 290 290 <?php if ( 1 == $plugins_to_delete ) : ?> 291 <h 2><?php _e( 'Delete Plugin' ); ?></h2>291 <h1><?php _e( 'Delete Plugin' ); ?></h1> 292 292 <?php if ( $have_non_network_plugins && is_network_admin() ) : ?> 293 293 <div class="error"><p><strong><?php _e( 'Caution:' ); ?></strong> <?php _e( 'This plugin may be active on other sites in the network.' ); ?></p></div> … … 295 295 <p><?php _e( 'You are about to remove the following plugin:' ); ?></p> 296 296 <?php else: ?> 297 <h 2><?php _e( 'Delete Plugins' ); ?></h2>297 <h1><?php _e( 'Delete Plugins' ); ?></h1> 298 298 <?php if ( $have_non_network_plugins && is_network_admin() ) : ?> 299 299 <div class="error"><p><strong><?php _e( 'Caution:' ); ?></strong> <?php _e( 'These plugins may be active on other sites in the network.' ); ?></p></div> … … 447 447 448 448 <div class="wrap"> 449 <h 2><?php echo esc_html( $title );449 <h1><?php echo esc_html( $title ); 450 450 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?> 451 451 <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a> … … 453 453 if ( $s ) 454 454 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?> 455 </h 2>455 </h1> 456 456 457 457 <?php
Note: See TracChangeset
for help on using the changeset viewer.