Changeset 34891 for trunk/src/wp-admin/users.php
- Timestamp:
- 10/07/2015 01:27:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/users.php
r34636 r34891 68 68 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 69 69 ); 70 71 get_current_screen()->set_screen_reader_content( array( 72 'heading_views' => __( 'Filter users list' ), 73 'heading_pagination' => __( 'Users list navigation' ), 74 'heading_list' => __( 'Users list' ), 75 ) ); 70 76 71 77 if ( empty($_REQUEST) ) {
Note: See TracChangeset
for help on using the changeset viewer.