Make WordPress Core

Changeset 55603


Ignore:
Timestamp:
03/28/2023 03:43:48 PM (21 months ago)
Author:
hellofromTonya
Message:

Help/About: Make Field Guide link translatable.

On the About page, wraps the Field Guide's link in __() to provide a localized field guide, when available.

Follow-up to [55600].

Props davidbaumwald, sergeybiryukov, desrosj, javiercasares, oglekler, mukesh27, clorith, eboxnet, costdev, ocean90.
Reviewed by sergeybiryukov.
Merges [55601] to the 6.2 branch.
Fixes #57477.

Location:
branches/6.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.2

  • branches/6.2/src/wp-admin/about.php

    r55602 r55603  
    247247                        /* translators: %s: WordPress Field Guide link. */
    248248                        __( 'Check out the latest version of the <a href="%s">WordPress Field Guide</a>. It is overflowing with detailed developer notes to help you build with WordPress.' ),
    249                         'https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/'
     249                        __( 'https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/' )
    250250                    );
    251251                    ?>
Note: See TracChangeset for help on using the changeset viewer.