mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
I18n: Move translator comments inside sprintf
for tagline field description.
Props costdev. Fixes #57675. Built from https://develop.svn.wordpress.org/trunk@56203 git-svn-id: http://core.svn.wordpress.org/trunk@55715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b9dadf31a1
commit
36669b4f85
@ -85,8 +85,8 @@ if ( ! is_multisite() ) {
|
|||||||
/* translators: %s: Network title. */
|
/* translators: %s: Network title. */
|
||||||
$sample_tagline = sprintf( __( 'Just another %s site' ), get_network()->site_name );
|
$sample_tagline = sprintf( __( 'Just another %s site' ), get_network()->site_name );
|
||||||
}
|
}
|
||||||
/* translators: %s: Site tagline example. */
|
|
||||||
$tagline_description = sprintf(
|
$tagline_description = sprintf(
|
||||||
|
/* translators: %s: Site tagline example. */
|
||||||
__( 'In a few words, explain what this site is about. Example: “%s.”' ),
|
__( 'In a few words, explain what this site is about. Example: “%s.”' ),
|
||||||
$sample_tagline
|
$sample_tagline
|
||||||
);
|
);
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.3-beta3-56202';
|
$wp_version = '6.3-beta3-56203';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user