WordPress 6.5.2.

Built from https://develop.svn.wordpress.org/branches/6.5@57978


git-svn-id: http://core.svn.wordpress.org/branches/6.5@57464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2024-04-09 21:05:15 +00:00
parent 262144d2d4
commit 918a5c9548
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.',
12
),
'6.5.1',
'6.5.2',
'12'
);
?>
@ -64,7 +64,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
sprintf(
/* translators: %s: WordPress version. */
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
sanitize_title( '6.5.1' )
sanitize_title( '6.5.2' )
)
);
?>

View File

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