Help/About: Improve translation comment around release notes.
Props kharisblank, kebbet. Fixes #59821. Built from https://develop.svn.wordpress.org/trunk@57081 git-svn-id: http://core.svn.wordpress.org/trunk@56592 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7da5644617
commit
33e3aff34f
|
@ -241,7 +241,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||
<p style="margin-top:calc(var(--gap) / 2);">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: WordPress Field Guide link. */
|
||||
/* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
|
||||
__( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
|
||||
__( 'https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/' ),
|
||||
'6.4'
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-alpha-57077';
|
||||
$wp_version = '6.5-alpha-57081';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue