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/link-manager.php

    r17872 r18864  
    4040$title = __('Links');
    4141$this_file = $parent_file = 'link-manager.php';
     42
     43$current_screen->add_screen_options(
     44'<p>test</p>'
     45);
    4246
    4347add_contextual_help( $current_screen,
Note: See TracChangeset for help on using the changeset viewer.