Make WordPress Core


Ignore:
Timestamp:
05/04/2011 08:15:05 PM (15 years ago)
Author:
markjaquith
Message:

Big UI style update. props koopersmith. see #17324

File:
1 edited

Legend:

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

    r17366 r17800  
    7373<div class="wrap">
    7474        <?php screen_icon(); ?>
    75         <h2><?php esc_html_e( 'Users' );
    76         if ( current_user_can( 'create_users') ) : ?>
    77                 <a href="<?php echo network_admin_url('user-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'user' ); ?></a><?php
    78         endif;
    79        
    80         if ( !empty( $usersearch ) )
    81         printf( '<span class="subtitle">' . __( 'Search results for &#8220;%s&#8221;' ) . '</span>', esc_html( $usersearch ) );
     75        <h2><?php
     76        esc_html_e( 'Users' );
     77        if ( current_user_can( 'create_users' ) ) {
     78                favorite_actions( $current_screen );
     79        }
     80        if ( !empty( $usersearch ) ) {
     81                printf( '<span class="subtitle">' . __( 'Search results for &#8220;%s&#8221;' ) . '</span>', esc_html( $usersearch ) );
     82        }
    8283        ?>
    8384        </h2>
Note: See TracChangeset for help on using the changeset viewer.