- Timestamp:
- 08/04/2020 03:55:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r47595 r48722 116 116 117 117 echo '<label class="screen-reader-text" for="cat_id">' . __( 'Filter by category' ) . '</label>'; 118 118 119 wp_dropdown_categories( $dropdown_options ); 120 119 121 submit_button( __( 'Filter' ), '', 'filter_action', false, array( 'id' => 'post-query-submit' ) ); 120 122 ?>
Note: See TracChangeset
for help on using the changeset viewer.