Help/About: Add Field Guide link.

In the About page, replaces the `#` placeholder with the link to the Field Guide.

Follow-up to [55573], [55449], [55499], [55545].

Props vladytimy, ocean90.
Reviewed by sergeybiryukov.
Merges [55600] to the 6.2 branch.
Fixes #57477.
Built from https://develop.svn.wordpress.org/branches/6.2@55602


git-svn-id: http://core.svn.wordpress.org/branches/6.2@55114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
hellofromTonya 2023-03-28 15:44:20 +00:00
parent 2bbcd5af2e
commit 5579d5baa1
2 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
printf(
/* translators: %s: WordPress 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/2023/03/09/wordpress-6-2-field-guide/'
);
?>
</p>

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-RC4-55599';
$wp_version = '6.2-RC4-55602';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.