mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
I18n: Move translator comments inside sprintf for tagline field description.
Props costdev. Fixes #57675. git-svn-id: https://develop.svn.wordpress.org/trunk@56203 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a02886a868
commit
488e431aaa
@ -85,8 +85,8 @@ if ( ! is_multisite() ) {
|
||||
/* translators: %s: Network title. */
|
||||
$sample_tagline = sprintf( __( 'Just another %s site' ), get_network()->site_name );
|
||||
}
|
||||
/* translators: %s: Site tagline example. */
|
||||
$tagline_description = sprintf(
|
||||
/* translators: %s: Site tagline example. */
|
||||
__( 'In a few words, explain what this site is about. Example: “%s.”' ),
|
||||
$sample_tagline
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user