Make WordPress Core


Ignore:
Timestamp:
10/02/2011 06:59:36 AM (13 years ago)
Author:
azaozz
Message:

Add screen_options with contextual content, see #18690

File:
1 edited

Legend:

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

    r18562 r18864  
    230230add_screen_option( 'per_page', array('label' => _x( 'Users', 'users per page (screen options)' )) );
    231231
     232$current_screen->add_screen_options(
     233'<p>test</p>'
     234);
     235
    232236add_contextual_help($current_screen,
    233237    '<p>' . __('This table shows all users across the network and the sites to which they are assigned.') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.