Changeset 42343 for trunk/src/wp-admin/term.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/term.php
r42228 r42343 59 59 } 60 60 61 get_current_screen()->set_screen_reader_content( array( 62 'heading_pagination' => $tax->labels->items_list_navigation, 63 'heading_list' => $tax->labels->items_list, 64 ) ); 61 get_current_screen()->set_screen_reader_content( 62 array( 63 'heading_pagination' => $tax->labels->items_list_navigation, 64 'heading_list' => $tax->labels->items_list, 65 ) 66 ); 65 67 wp_enqueue_script( 'admin-tags' ); 66 68 require_once( ABSPATH . 'wp-admin/admin-header.php' );
Note: See TracChangeset
for help on using the changeset viewer.