Make WordPress Core


Ignore:
Timestamp:
10/03/2011 04:00:57 AM (15 years ago)
Author:
azaozz
Message:

Use add_option() method, introduce add_option_context() method for adding specific text above the screen options, see #18690

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-install.php

    r18864 r18867  
    3636do_action('install_plugins_pre_' . $tab); //Used to override the general interface, Eg, install or plugin information.
    3737
    38 $current_screen->add_screen_options(
     38$current_screen->add_option_context(
    3939'<p>test</p>'
    4040);
Note: See TracChangeset for help on using the changeset viewer.