Changeset 17800 for trunk/wp-admin/network/sites.php
- Timestamp:
- 05/04/2011 08:15:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/sites.php
r17322 r17800 100 100 <div class="wrap"> 101 101 <?php screen_icon('ms-admin'); ?> 102 <h2><?php _e('Sites') ?>103 <?php echo $msg; ?> 104 <?php if ( current_user_can( 'create_sites') ) : ?> 105 <a href="<?php echo network_admin_url('site-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'site' ); ?></a> 106 <?php endif; ?> 107 108 <?phpif ( isset( $_REQUEST['s'] ) && $_REQUEST['s'] ) {102 <h2><?php 103 _e('Sites'); 104 echo $msg; 105 if ( current_user_can( 'create_sites') ) { 106 favorite_actions( $current_screen ); 107 } 108 if ( isset( $_REQUEST['s'] ) && $_REQUEST['s'] ) { 109 109 printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( $s ) ); 110 110 } ?>
Note: See TracChangeset
for help on using the changeset viewer.