From 42c5d77b8c99a66681366dcf03be85027f69defa Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 17 Nov 2014 04:35:36 +0000 Subject: [PATCH] Remove a stray translator comment for a non-translatable string added in [30209] See #27238 git-svn-id: https://develop.svn.wordpress.org/trunk@30365 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index fa450e5fea..daf48e83e7 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/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', ) );