From ddbb5a850fe3919bef070c1bfa446df0c509bcbd Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 17 Nov 2014 04:36:25 +0000 Subject: [PATCH] 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 --- wp-includes/taxonomy.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index fa450e5fea..daf48e83e7 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -4283,7 +4283,6 @@ function get_the_taxonomies( $post = 0, $args = array() ) { $args = wp_parse_args( $args, array( /* translators: %s: taxonomy label, %l: list of terms formatted as per $term_template */ 'template' => __( '%s: %l.' ), - /* translators: %1$s: term link, %2$s: term name */ 'term_template' => '%2$s', ) );