diff -r a4642baaf829 -r 4d4862461b8d web/wp-admin/edit-link-categories.php --- a/web/wp-admin/edit-link-categories.php Tue Feb 02 14:45:47 2010 +0000 +++ b/web/wp-admin/edit-link-categories.php Tue Feb 02 15:44:16 2010 +0000 @@ -1,228 +1,230 @@ -%s category: this is the default one"), $cat_name)); - - wp_delete_term($cat_ID, 'link_category', array('default' => $default_cat_id)); - } - - $location = 'edit-link-categories.php'; - if ( $referer = wp_get_referer() ) { - if ( false !== strpos($referer, 'edit-link-categories.php') ) - $location = $referer; - } - - $location = add_query_arg('message', 6, $location); - wp_redirect($location); - exit(); - } -} elseif ( isset($_GET['_wp_http_referer']) && ! empty($_GET['_wp_http_referer']) ) { - wp_redirect( remove_query_arg( array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI']) ) ); - exit; -} - -$title = __('Link Categories'); - -wp_enqueue_script('admin-categories'); -if ( current_user_can('manage_categories') ) - wp_enqueue_script('inline-edit-tax'); - -require_once ('admin-header.php'); - -$messages[1] = __('Category added.'); -$messages[2] = __('Category deleted.'); -$messages[3] = __('Category updated.'); -$messages[4] = __('Category not added.'); -$messages[5] = __('Category not updated.'); -$messages[6] = __('Categories deleted.'); ?> - -
Note:
Deleting a category does not delete the links in that category. Instead, links that were only assigned to the deleted category are set to the category %s.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?>
Note:
Deleting a category does not delete the links in that category. Instead, links that were only assigned to the deleted category are set to the category %s.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?>