mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 21:00:59 +01:00
Help/About: Update link to field guide for 6.4.
Follow up to [56950]. Merges [57054] to 6.4 branch. Reviewed by davidbaumwald, joedolson. Props afercia. Fixes #59289. Built from https://develop.svn.wordpress.org/branches/6.4@57055 git-svn-id: http://core.svn.wordpress.org/branches/6.4@56566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8300cc5be5
commit
3a7d3823ff
@ -243,7 +243,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
printf(
|
||||
/* translators: %s: WordPress Field Guide link. */
|
||||
__( '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/07/18/wordpress-6-3-field-guide/' ),
|
||||
__( '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.4-RC3-57051';
|
||||
$wp_version = '6.4-RC3-57055';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user