Changeset 31696 for trunk/src/wp-admin/edit.php
- Timestamp:
- 03/10/2015 03:31:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r31200 r31696 166 166 wp_enqueue_script('heartbeat'); 167 167 168 $title = $post_type_object->labels->name;169 170 168 if ( 'post' == $post_type ) { 171 169 get_current_screen()->add_help_tab( array( … … 235 233 } 236 234 237 add_screen_option( 'per_page', array( ' label' => $title, 'default' => 20, 'option' => 'edit_' . $post_type . '_per_page' ) );235 add_screen_option( 'per_page', array( 'default' => 20, 'option' => 'edit_' . $post_type . '_per_page' ) ); 238 236 239 237 $bulk_counts = array(
Note: See TracChangeset
for help on using the changeset viewer.