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

    r18867 r18911  
    148148
    149149$title = $post_type_object->labels->name;
    150 
    151 $current_screen->add_option( 'per_page', array('label' => $title, 'default' => 20) );
    152 $current_screen->add_option_context( '<p>test</p>' );
    153150
    154151if ( 'post' == $post_type ) {
     
    184181}
    185182
     183add_screen_option( 'per_page', array('label' => $title, 'default' => 20) );
     184
    186185require_once('./admin-header.php');
    187186?>
Note: See TracChangeset for help on using the changeset viewer.