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

git-svn-id: https://develop.svn.wordpress.org/trunk@25144 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-08-27 21:24:59 +00:00
parent d37203df8e
commit c1827f73cd
1 changed files with 1 additions and 9 deletions

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