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

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



git-svn-id: https://develop.svn.wordpress.org/trunk@53354 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Kelly Choyce-Dwan 2022-05-05 15:33:07 +00:00
parent 4f2a98929e
commit 94e4dfdb23

View File

@ -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.' ),
'#'
);
?>