Changeset 2436 for trunk/wp-admin/link-manager.php
- Timestamp:
- 03/13/2005 04:36:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r2376 r2436 244 244 } // end if save 245 245 setcookie('links_show_cat_id_' . COOKIEHASH, $links_show_cat_id, time()+600); 246 header('Location: ' .$this_file);246 wp_redirect($this_file); 247 247 break; 248 248 } // end Save … … 268 268 $links_show_cat_id = $cat_id; 269 269 setcookie('links_show_cat_id_' . COOKIEHASH, $links_show_cat_id, time()+600); 270 header('Location: '.$this_file);270 wp_redirect($this_file); 271 271 break; 272 272 } // end Delete
Note: See TracChangeset
for help on using the changeset viewer.