Make WordPress Core


Ignore:
Timestamp:
10/07/2011 04:57:12 AM (14 years ago)
Author:
nacin
Message:

Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785.

File:
1 edited

Legend:

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

    r18869 r18911  
    202202add_thickbox();
    203203
    204 $current_screen->add_option( 'per_page', array('label' => _x( 'Themes', 'themes per page (screen options)' )) );
    205 
    206 $current_screen->add_option_context(
    207 '<p>test</p>'
    208 );
     204add_screen_option( 'per_page', array('label' => _x( 'Themes', 'themes per page (screen options)' )) );
    209205
    210206add_contextual_help($current_screen,
Note: See TracChangeset for help on using the changeset viewer.