Make WordPress Core

Changeset 53354


Ignore:
Timestamp:
05/05/2022 03:33:07 PM (2 years ago)
Author:
ryelle
Message:

Help/About: Add link to 6.0 Field Guide, fix missing placeholder in string.

Props audrasjb.
Follow-up to [53339].
See #55434.

File:
1 edited

Legend:

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

    r53339 r53354  
    303303                        /* translators: %s: WordPress 6.0 Field Guide link. */
    304304                        __( '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.' ),
    305                         '#'
     305                        __( 'https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/' )
    306306                    );
    307307                    ?>
     
    313313                    printf(
    314314                        /* translators: %s: WordPress 6.0 Release Notes link. */
    315                         __( '<a href="#">Read the WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ),
     315                        __( '<a href="%s">Read the WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ),
    316316                        '#'
    317317                    );
Note: See TracChangeset for help on using the changeset viewer.