Changeset 23445 for trunk/wp-admin/includes/class-wp-links-list-table.php
- Timestamp:
- 02/16/2013 06:28:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-links-list-table.php
r21944 r23445 24 24 global $cat_id, $s, $orderby, $order; 25 25 26 wp_reset_vars( array( 'action', 'cat_id', 'link url', 'name', 'image', 'description', 'visible', 'target', 'category', 'link_id', 'submit', 'orderby', 'order', 'links_show_cat_id', 'rating', 'rel', 'notes', 'linkcheck[]', 's' ) );26 wp_reset_vars( array( 'action', 'cat_id', 'link_id', 'orderby', 'order', 's' ) ); 27 27 28 28 $args = array( 'hide_invisible' => 0, 'hide_empty' => 0 );
Note: See TracChangeset
for help on using the changeset viewer.