Return to 'Item' for term updated messages for the link_category taxonomy.

props SergeyBiryukov, pavelevap.
fixes #18714.


git-svn-id: https://develop.svn.wordpress.org/trunk@25158 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2013-08-28 18:58:57 +00:00
parent 444d333872
commit 0b9a70d548

View File

@@ -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.' ),