Skip to content

Commit

Permalink
Replace duplicated lines in [25143] with an assignment. see #18714.
Browse files Browse the repository at this point in the history
Built from https://develop.svn.wordpress.org/trunk@25144


git-svn-id: http://core.svn.wordpress.org/trunk@25124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ocean90 committed Aug 27, 2013
1 parent 737330a commit 1eb2576
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions wp-admin/edit-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,7 @@
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.' ),
Expand Down

0 comments on commit 1eb2576

Please sign in to comment.