Changeset 34891 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 10/07/2015 01:27:01 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r34359 r34891 54 54 55 55 add_screen_option( 'per_page', array( 'default' => 20, 'option' => 'edit_' . $tax->name . '_per_page' ) ); 56 57 get_current_screen()->set_screen_reader_content( array( 58 'heading_pagination' => $tax->labels->pagination, 59 'heading_list' => $tax->labels->list, 60 ) ); 56 61 57 62 $location = false;
Note: See TracChangeset
for help on using the changeset viewer.