Ticket #7366: 7366.diff
| File 7366.diff, 611 bytes (added by scohoust, 4 years ago) |
|---|
-
Users/Scott/Sites/wp/trunk/wp-admin/link-category.php
73 73 $location = $referer; 74 74 } 75 75 76 if ( wp_update_term($cat_ID, 'link_category', $_POST) ) 76 $update = wp_update_term($cat_ID, 'link_category', $_POST); 77 78 if ( $update && !is_wp_error($update) ) 77 79 $location = add_query_arg('message', 3, $location); 78 80 else 79 81 $location = add_query_arg('message', 5, $location);
