- Timestamp:
- 10/07/2015 01:27:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r34760 r34891 259 259 $views = apply_filters( "views_{$this->screen->id}", $views ); 260 260 261 $this->screen->render_screen_reader_content( 'heading_views' ); 261 262 ?> 262 263 <div class="wp-filter"> … … 293 294 ?> 294 295 <div class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>"> 295 296 <?php 297 $this->screen->render_screen_reader_content( 'heading_list' ); 298 ?> 296 299 <div id="the-list"<?php echo $data_attr; ?>> 297 300 <?php $this->display_rows_or_placeholder(); ?>
Note: See TracChangeset
for help on using the changeset viewer.