Changeset 32974 for trunk/src/wp-admin/network/sites.php
- Timestamp:
- 06/27/2015 03:40:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/sites.php
r32152 r32974 68 68 ?> 69 69 <div class="wrap"> 70 <h 2><?php _e( 'Confirm your action' ); ?></h2>70 <h1><?php _e( 'Confirm your action' ); ?></h1> 71 71 <form action="sites.php?action=<?php echo esc_attr( $_GET['action2'] ) ?>" method="post"> 72 72 <input type="hidden" name="action" value="<?php echo esc_attr( $_GET['action2'] ) ?>" /> … … 249 249 250 250 <div class="wrap"> 251 <h 2><?php _e( 'Sites' )?>251 <h1><?php _e( 'Sites' ); ?> 252 252 253 253 <?php if ( current_user_can( 'create_sites') ) : ?> … … 258 258 printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( $s ) ); 259 259 } ?> 260 </h 2>260 </h1> 261 261 262 262 <?php echo $msg; ?>
Note: See TracChangeset
for help on using the changeset viewer.