Replace duplicated lines in [25143] with an assignment. see #18714.

Built from https://develop.svn.wordpress.org/trunk@25144


git-svn-id: http://core.svn.wordpress.org/trunk@25124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2013-08-27 21:25:09 +00:00
parent 737330ac4b
commit 1eb25761ee

View File

@ -271,15 +271,7 @@ $messages['category'] = array(
5 => __( 'Category not updated.' ),
6 => __( 'Categories deleted.' )
);
$messages['link_category'] = array(
0 => '', // Unused. Messages start at index 1.
1 => __( 'Category added.' ),
2 => __( 'Category deleted.' ),
3 => __( 'Category updated.' ),
4 => __( 'Category not added.' ),
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.' ),