X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0461a5f2e55c8d5f1fde96ca2e83117152573c7d..9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f:/wp-admin/edit-tags.php diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 717954c0..953f6f43 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -63,7 +63,6 @@ case 'add-tag': $location = add_query_arg( 'message', 4, $location ); wp_redirect( $location ); exit; -break; case 'delete': $location = 'edit-tags.php?taxonomy=' . $taxonomy; @@ -91,8 +90,6 @@ case 'delete': wp_redirect( $location ); exit; -break; - case 'bulk-delete': check_admin_referer( 'bulk-tags' ); @@ -116,8 +113,6 @@ case 'bulk-delete': wp_redirect( $location ); exit; -break; - case 'edit': $title = $tax->labels->edit_item; @@ -160,7 +155,6 @@ case 'editedtag': wp_redirect( $location ); exit; -break; default: if ( ! empty($_REQUEST['_wp_http_referer']) ) { @@ -336,8 +330,12 @@ endif; ?>
- -

Note:
Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category %s.'), apply_filters('the_category', get_cat_name(get_option('default_category')))) ?>

+

+ Note:
Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category %s.' ), apply_filters( 'the_category', get_cat_name( get_option( 'default_category') ) ) ); + ?> +

category to tag converter.'), 'import.php') ?>