Make WordPress Core


Ignore:
Timestamp:
05/05/2022 10:01:31 PM (4 years ago)
Author:
audrasjb
Message:

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

Follow-up to [53339].

Props audrasjb, ryelle.
Merges [53354] to the 6.0 branch.
See #55434.

Location:
branches/6.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0

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

    r53339 r53356  
    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.