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

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


git-svn-id: http://core.svn.wordpress.org/trunk@30364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2014-11-17 04:36:25 +00:00
parent cd99d5915f
commit ddbb5a850f
1 changed files with 0 additions and 1 deletions

View File

@ -4283,7 +4283,6 @@ function get_the_taxonomies( $post = 0, $args = array() ) {
$args = wp_parse_args( $args, array( $args = wp_parse_args( $args, array(
/* translators: %s: taxonomy label, %l: list of terms formatted as per $term_template */ /* translators: %s: taxonomy label, %l: list of terms formatted as per $term_template */
'template' => __( '%s: %l.' ), 'template' => __( '%s: %l.' ),
/* translators: %1$s: term link, %2$s: term name */
'term_template' => '<a href="%1$s">%2$s</a>', 'term_template' => '<a href="%1$s">%2$s</a>',
) ); ) );