diff --git a/src/wp-admin/edit-tags.php b/src/wp-admin/edit-tags.php index 51f96143b9..86bb606109 100644 --- a/src/wp-admin/edit-tags.php +++ b/src/wp-admin/edit-tags.php @@ -271,7 +271,6 @@ $messages['category'] = array( 5 => __( 'Category not updated.' ), 6 => __( 'Categories deleted.' ) ); -$messages['link_category'] = $messages['category']; $messages['post_tag'] = array( 0 => '', // Unused. Messages start at index 1. 1 => __( 'Tag added.' ),