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
This commit is contained in:
Dion Hulse 2014-11-17 04:35:36 +00:00
parent c162a0f82e
commit 42c5d77b8c
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(
/* 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' => '<a href="%1$s">%2$s</a>',
) );