Changeset 35376 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 10/23/2015 04:47:57 PM (10 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
r34891 r35376 56 56 57 57 get_current_screen()->set_screen_reader_content( array( 58 'heading_pagination' => $tax->labels-> pagination,59 'heading_list' => $tax->labels-> list,58 'heading_pagination' => $tax->labels->items_list_navigation, 59 'heading_list' => $tax->labels->items_list, 60 60 ) ); 61 61
Note: See TracChangeset
for help on using the changeset viewer.