Changeset 8391
- Timestamp:
- 07/21/2008 05:52:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-category.php
r8388 r8391 75 75 } 76 76 77 if ( wp_update_term($cat_ID, 'link_category', $_POST) ) 77 $update = wp_update_term($cat_ID, 'link_category', $_POST); 78 79 if ( $update && !is_wp_error($update) ) 78 80 $location = add_query_arg('message', 3, $location); 79 81 else
Note: See TracChangeset
for help on using the changeset viewer.