- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r42343 r43571 101 101 return; 102 102 } 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 <?php122 <?php 123 123 } 124 124 … … 294 294 $link->link_name = esc_attr( $link->link_name ); 295 295 $link->link_category = wp_get_link_cats( $link->link_id ); 296 ?>296 ?> 297 297 <tr id="link-<?php echo $link->link_id; ?>"> 298 298 <?php $this->single_row_columns( $link ); ?> 299 299 </tr> 300 <?php300 <?php 301 301 } 302 302 }
Note: See TracChangeset
for help on using the changeset viewer.