Make WordPress Core

Changeset 57081


Ignore:
Timestamp:
11/07/2023 10:56:57 PM (3 years ago)
Author:
jorbin
Message:

Help/About: Improve translation comment around release notes.

Props kharisblank, kebbet.
Fixes #59821.

File:
1 edited

Legend:

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

    r57054 r57081  
    242242                                        <?php
    243243                                        printf(
    244                                                 /* translators: %s: WordPress Field Guide link. */
     244                                                /* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
    245245                                                __( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
    246246                                                __( 'https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/' ),
Note: See TracChangeset for help on using the changeset viewer.