Make WordPress Core


Ignore:
Timestamp:
11/15/2023 05:35:35 PM (15 months ago)
Author:
jorbin
Message:

Help/About: Improve translation comment around release notes.

Reviewed by SergeyBiryukov.
Merges [57081] to the 6.4 branch.

Props kharisblank, kebbet.
Fixes #59821.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

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

    r57095 r57112  
    273273                    <?php
    274274                    printf(
    275                         /* translators: %s: WordPress Field Guide link. */
     275                        /* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
    276276                        __( '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.' ),
    277277                        __( 'https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/' ),
Note: See TracChangeset for help on using the changeset viewer.