Make WordPress Core

Changeset 30365


Ignore:
Timestamp:
11/17/2014 04:35:36 AM (10 years ago)
Author:
dd32
Message:

Remove a stray translator comment for a non-translatable string added in [30209] See #27238

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r30347 r30365  
    42844284        /* translators: %s: taxonomy label, %l: list of terms formatted as per $term_template */
    42854285        'template' => __( '%s: %l.' ),
    4286         /* translators: %1$s: term link, %2$s: term name */
    42874286        'term_template' => '<a href="%1$s">%2$s</a>',
    42884287    ) );
Note: See TracChangeset for help on using the changeset viewer.