Changeset 34891 for trunk/src/wp-admin/network/site-themes.php
- Timestamp:
- 10/07/2015 01:27:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-themes.php
r33921 r34891 33 33 '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 36 get_current_screen()->set_screen_reader_content( array( 37 'heading_views' => __( 'Filter site themes list' ), 38 'heading_pagination' => __( 'Site themes list navigation' ), 39 'heading_list' => __( 'Site themes list' ), 40 ) ); 35 41 36 42 $wp_list_table = _get_list_table('WP_MS_Themes_List_Table');
Note: See TracChangeset
for help on using the changeset viewer.