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/sites.php

    r18562 r18864  
    2424
    2525add_screen_option( 'per_page', array('label' => _x( 'Sites', 'sites per page (screen options)' )) );
     26
     27$current_screen->add_screen_options(
     28'<p>test</p>'
     29);
    2630
    2731add_contextual_help($current_screen,
Note: See TracChangeset for help on using the changeset viewer.