Changeset 23445 for trunk/wp-admin/link-add.php
- Timestamp:
- 02/16/2013 06:28:41 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link-add.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-add.php
r20433 r23445 16 16 $parent_file = 'link-manager.php'; 17 17 18 wp_reset_vars(array('action', 'cat_id', 'linkurl', 'name', 'image', 19 'description', 'visible', 'target', 'category', 'link_id', 20 'submit', 'order_by', 'links_show_cat_id', 'rating', 'rel', 21 'notes', 'linkcheck[]')); 18 wp_reset_vars( array('action', 'cat_id', 'link_id' ) ); 22 19 23 20 wp_enqueue_script('link');
Note: See TracChangeset
for help on using the changeset viewer.