Make WordPress Core


Ignore:
Timestamp:
12/02/2013 03:52:23 AM (12 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/users.php

    r25616 r26518  
    219219
    220220<div class="wrap">
    221 <?php screen_icon(); ?>
    222221<h2><?php _e('Delete Users'); ?></h2>
    223222<?php if ( isset( $_REQUEST['error'] ) ) : ?>
     
    324323
    325324<div class="wrap">
    326 <?php screen_icon(); ?>
    327325<h2><?php _e('Remove Users from Site'); ?></h2>
    328326<p><?php _e('You have specified these users for removal:'); ?></p>
     
    426424
    427425<div class="wrap">
    428 <?php screen_icon(); ?>
    429426<h2>
    430427<?php
Note: See TracChangeset for help on using the changeset viewer.