- Timestamp:
- 06/23/2023 05:47:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r55971 r56004 584 584 if ( ! isset( $_GET['orderby'] ) ) { 585 585 // In the initial view, Comments are ordered by comment's date but there's no column for that. 586 echo '<caption class="screen-reader-text">' . __( 'Ordered by Comment Date, descending.' ) . '</p>'; 586 echo '<caption class="screen-reader-text">' . 587 /* translators: Hidden accessibility text. */ 588 __( 'Ordered by Comment Date, descending.' ) . 589 '</caption>'; 587 590 } else { 588 591 $this->print_table_description();
Note: See TracChangeset
for help on using the changeset viewer.