Changeset 47595
- Timestamp:
- 04/17/2020 06:29:06 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r47059 r47595 103 103 ?> 104 104 <div class="alignleft actions"> 105 <?php105 <?php 106 106 $dropdown_options = array( 107 107 'selected' => $cat_id, … … 118 118 wp_dropdown_categories( $dropdown_options ); 119 119 submit_button( __( 'Filter' ), '', 'filter_action', false, array( 'id' => 'post-query-submit' ) ); 120 ?>120 ?> 121 121 </div> 122 122 <?php
Note: See TracChangeset
for help on using the changeset viewer.