Make WordPress Core


Ignore:
Timestamp:
12/02/2013 03:52:23 AM (11 years ago)
Author:
azaozz
Message:

Remove all screen_icon() calls and deprecate the functions, props TobiasBg, fixes #26119

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/users.php

    r26499 r26518  
    2121    if ( !is_array( $users ) )
    2222        return false;
    23 
    24     screen_icon();
    2523    ?>
    2624    <h2><?php esc_html_e( 'Users' ); ?></h2>
     
    276274    ?>
    277275<div class="wrap">
    278     <?php screen_icon(); ?>
    279276    <h2><?php esc_html_e( 'Users' );
    280277    if ( current_user_can( 'create_users') ) : ?>
Note: See TracChangeset for help on using the changeset viewer.