Changeset 15746 for trunk/wp-admin/network/sites.php
- Timestamp:
- 10/07/2010 07:34:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/sites.php
r15673 r15746 18 18 $title = __( 'Sites' ); 19 19 $parent_file = 'sites.php'; 20 21 add_screen_option( 'per_page', array('label' => _x( 'Sites', 'sites per page (screen options)' )) ); 20 22 21 23 if ( isset( $_REQUEST['action'] ) && 'editblog' == $_REQUEST['action'] ) { … … 110 112 ?> 111 113 <div class="wrap"> 112 <?php screen_icon( ); ?>114 <?php screen_icon('index'); ?> 113 115 <h2><?php _e( 'Edit Site' ); ?> - <a href="<?php echo esc_url( get_home_url( $id ) ); ?>"><?php echo esc_url( get_home_url( $id ) ); ?></a></h2> 114 116 <?php echo $msg; ?> … … 348 350 349 351 <div class="wrap"> 350 <?php screen_icon( ); ?>352 <?php screen_icon('index'); ?> 351 353 <h2><?php _e('Sites') ?> 352 354 <?php echo $msg; ?>
Note: See TracChangeset
for help on using the changeset viewer.