Make WordPress Core


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

Add screen_options with contextual content, see #18690

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r18661 r18864  
    3131add_screen_option( 'per_page', array('label' => $title, 'default' => 20, 'option' => 'edit_' . $tax->name . '_per_page') );
    3232
     33$current_screen->add_screen_options(
     34'<p>test</p>'
     35);
     36
    3337switch ( $wp_list_table->current_action() ) {
    3438
Note: See TracChangeset for help on using the changeset viewer.