Make WordPress Core

Changeset 25144


Ignore:
Timestamp:
08/27/2013 09:24:59 PM (11 years ago)
Author:
ocean90
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-tags.php

    r25143 r25144  
    272272    6 => __( 'Categories deleted.' )
    273273);
    274 $messages['link_category'] = array(
    275     0 => '', // Unused. Messages start at index 1.
    276     1 => __( 'Category added.' ),
    277     2 => __( 'Category deleted.' ),
    278     3 => __( 'Category updated.' ),
    279     4 => __( 'Category not added.' ),
    280     5 => __( 'Category not updated.' ),
    281     6 => __( 'Categories deleted.' )
    282 );
     274$messages['link_category'] = $messages['category'];
    283275$messages['post_tag'] = array(
    284276    0 => '', // Unused. Messages start at index 1.
Note: See TracChangeset for help on using the changeset viewer.