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

    r18867 r18911  
    228228$parent_file = 'users.php';
    229229
    230 $current_screen->add_option( 'per_page', array('label' => _x( 'Users', 'users per page (screen options)' )) );
    231 
    232 $current_screen->add_option_context(
    233 '<p>test</p>'
    234 );
     230add_screen_option( 'per_page', array('label' => _x( 'Users', 'users per page (screen options)' )) );
    235231
    236232add_contextual_help($current_screen,
Note: See TracChangeset for help on using the changeset viewer.