Return to 'Item' for term updated messages for the link_category taxonomy.
props SergeyBiryukov, pavelevap. fixes #18714. Built from https://develop.svn.wordpress.org/trunk@25158 git-svn-id: http://core.svn.wordpress.org/trunk@25137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
09e92faa6c
commit
63568b0b61
|
@ -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.' ),
|
||||
|
|
Loading…
Reference in New Issue