Ticket #15174: 15174.3.diff

File 15174.3.diff, 403 bytes (added by PeteMall, 3 years ago)

Missed the screen icon on site-new

  • wp-admin/network/site-new.php

     
    9696?> 
    9797 
    9898<div class="wrap"> 
    99 <?php screen_icon(); ?> 
     99<?php screen_icon('ms-admin'); ?> 
    100100<h2 id="add-new-site"><?php _e('Add New Site') ?></h2> 
    101101<?php 
    102102if ( ! empty( $messages ) ) {