Use correct network admin icon. props PeteMall, see #15174.

git-svn-id: https://develop.svn.wordpress.org/trunk@15907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-10-21 20:24:54 +00:00
parent 337eeb3134
commit b61c50cbf3
5 changed files with 5 additions and 5 deletions

View File

@ -77,7 +77,7 @@ require('../admin-header.php');
?>
<div class="wrap">
<?php screen_icon('index'); ?>
<?php screen_icon('ms-admin'); ?>
<h2 id="edit-site"><?php echo $title ?></h2>
<h3>
<?php

View File

@ -65,7 +65,7 @@ require('../admin-header.php');
?>
<div class="wrap">
<?php screen_icon('index'); ?>
<?php screen_icon('ms-admin'); ?>
<h2 id="edit-site"><?php echo $title ?></h2>
<h3>
<?php

View File

@ -61,7 +61,7 @@ require('../admin-header.php');
?>
<div class="wrap">
<?php screen_icon('index'); ?>
<?php screen_icon('ms-admin'); ?>
<h2 id="edit-site"><?php echo $title ?></h2>
<h3>
<?php

View File

@ -109,7 +109,7 @@ require('../admin-header.php');
?>
<div class="wrap">
<?php screen_icon('index'); ?>
<?php screen_icon('ms-admin'); ?>
<h2 id="edit-site"><?php echo $title ?></h2>
<h3>
<?php

View File

@ -97,7 +97,7 @@ switch ( $action ) {
?>
<div class="wrap">
<?php screen_icon('index'); ?>
<?php screen_icon('ms-admin'); ?>
<h2><?php _e('Sites') ?>
<?php echo $msg; ?>
<a href="<?php echo network_admin_url('site-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'sites' ); ?></a>