Changeset 15907
- Timestamp:
- 10/21/2010 08:24:54 PM (15 years ago)
- Location:
- trunk/wp-admin/network
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-info.php
r15906 r15907 78 78 79 79 <div class="wrap"> 80 <?php screen_icon(' index'); ?>80 <?php screen_icon('ms-admin'); ?> 81 81 <h2 id="edit-site"><?php echo $title ?></h2> 82 82 <h3> -
trunk/wp-admin/network/site-options.php
r15903 r15907 66 66 67 67 <div class="wrap"> 68 <?php screen_icon(' index'); ?>68 <?php screen_icon('ms-admin'); ?> 69 69 <h2 id="edit-site"><?php echo $title ?></h2> 70 70 <h3> -
trunk/wp-admin/network/site-themes.php
r15903 r15907 62 62 63 63 <div class="wrap"> 64 <?php screen_icon(' index'); ?>64 <?php screen_icon('ms-admin'); ?> 65 65 <h2 id="edit-site"><?php echo $title ?></h2> 66 66 <h3> -
trunk/wp-admin/network/site-users.php
r15903 r15907 110 110 111 111 <div class="wrap"> 112 <?php screen_icon(' index'); ?>112 <?php screen_icon('ms-admin'); ?> 113 113 <h2 id="edit-site"><?php echo $title ?></h2> 114 114 <h3> -
trunk/wp-admin/network/sites.php
r15903 r15907 98 98 99 99 <div class="wrap"> 100 <?php screen_icon(' index'); ?>100 <?php screen_icon('ms-admin'); ?> 101 101 <h2><?php _e('Sites') ?> 102 102 <?php echo $msg; ?>
Note: See TracChangeset
for help on using the changeset viewer.