Make WordPress Core

Changeset 56203


Ignore:
Timestamp:
07/11/2023 05:53:19 AM (16 months ago)
Author:
audrasjb
Message:

I18n: Move translator comments inside sprintf for tagline field description.

Props costdev.
Fixes #57675.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-general.php

    r56013 r56203  
    8686    $sample_tagline = sprintf( __( 'Just another %s site' ), get_network()->site_name );
    8787}
    88 /* translators: %s: Site tagline example. */
    8988$tagline_description = sprintf(
     89    /* translators: %s: Site tagline example. */
    9090    __( 'In a few words, explain what this site is about. Example: “%s.”' ),
    9191    $sample_tagline
Note: See TracChangeset for help on using the changeset viewer.