From 2644594c1d0b7eeb991d5b1297b98e954feb055c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 24 Oct 2013 20:31:09 +0000 Subject: [PATCH] Translator comments are special, make sure they are parsed properly. see #25256, for the 3.7 branch. Built from https://develop.svn.wordpress.org/branches/3.7@25909 git-svn-id: http://core.svn.wordpress.org/branches/3.7@25821 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/functions.php | 6 ++---- wp-content/themes/twentytwelve/functions.php | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 2e28caa09e..047675f8a7 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -121,15 +121,13 @@ add_action( 'after_setup_theme', 'twentythirteen_setup' ); function twentythirteen_fonts_url() { $fonts_url = ''; - /* - * Translators: If there are characters in your language that are not + /* Translators: If there are characters in your language that are not * supported by Source Sans Pro, translate this to 'off'. Do not translate * into your own language. */ $source_sans_pro = _x( 'on', 'Source Sans Pro font: on or off', 'twentythirteen' ); - /* - * Translators: If there are characters in your language that are not + /* Translators: If there are characters in your language that are not * supported by Bitter, translate this to 'off'. Do not translate into your * own language. */ diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php index aef6414fe7..405448107f 100644 --- a/wp-content/themes/twentytwelve/functions.php +++ b/wp-content/themes/twentytwelve/functions.php @@ -95,15 +95,13 @@ require( get_template_directory() . '/inc/custom-header.php' ); function twentytwelve_get_font_url() { $font_url = ''; - /* - * translators: If there are characters in your language that are not supported + /* translators: If there are characters in your language that are not supported * by Open Sans, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Open Sans font: on or off', 'twentytwelve' ) ) { $subsets = 'latin,latin-ext'; - /* - * translators: To add an additional Open Sans character subset specific to your language, + /* translators: To add an additional Open Sans character subset specific to your language, * translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your own language. */ $subset = _x( 'no-subset', 'Open Sans font: add new subset (greek, cyrillic, vietnamese)', 'twentytwelve' );