Changeset 48352 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 07/06/2020 09:50:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r48165 r48352 446 446 447 447 /** 448 * Filters the list table Bulk Actions drop-down.448 * Filters the list table bulk actions drop-down. 449 449 * 450 450 * The dynamic portion of the hook name, `$this->screen->id`, refers … … 470 470 echo '<label for="bulk-action-selector-' . esc_attr( $which ) . '" class="screen-reader-text">' . __( 'Select bulk action' ) . '</label>'; 471 471 echo '<select name="action' . $two . '" id="bulk-action-selector-' . esc_attr( $which ) . "\">\n"; 472 echo '<option value="-1">' . __( 'Bulk Actions' ) . "</option>\n";472 echo '<option value="-1">' . __( 'Bulk actions' ) . "</option>\n"; 473 473 474 474 foreach ( $this->_actions as $name => $title ) {
Note: See TracChangeset
for help on using the changeset viewer.