Changeset 26518 for trunk/src/wp-admin/users.php
- Timestamp:
- 12/02/2013 03:52:23 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/users.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/users.php
r25616 r26518 219 219 220 220 <div class="wrap"> 221 <?php screen_icon(); ?>222 221 <h2><?php _e('Delete Users'); ?></h2> 223 222 <?php if ( isset( $_REQUEST['error'] ) ) : ?> … … 324 323 325 324 <div class="wrap"> 326 <?php screen_icon(); ?>327 325 <h2><?php _e('Remove Users from Site'); ?></h2> 328 326 <p><?php _e('You have specified these users for removal:'); ?></p> … … 426 424 427 425 <div class="wrap"> 428 <?php screen_icon(); ?>429 426 <h2> 430 427 <?php
Note: See TracChangeset
for help on using the changeset viewer.