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 .


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-05-05 22:01:31 +00:00
parent 247d6b9e7e
commit 43a46408ac

@ -302,7 +302,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
printf(
/* translators: %s: WordPress 6.0 Field Guide link. */
__( '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.' ),
'#'
__( 'https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/' )
);
?>
</p>
@ -312,7 +312,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<?php
printf(
/* translators: %s: WordPress 6.0 Release Notes link. */
__( '<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.' ),
__( '<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.' ),
'#'
);
?>