Changeset 8392
- Timestamp:
- 07/21/2008 05:52:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-admin/link-category.php
r8389 r8392 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.