mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 09:29:48 +01:00
WordPress 6.5.2.
git-svn-id: https://develop.svn.wordpress.org/branches/6.5@57978 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d3256149ae
commit
e1e8ba1760
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "WordPress",
|
||||
"version": "6.5.1",
|
||||
"version": "6.5.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "WordPress",
|
||||
"version": "6.5.1",
|
||||
"version": "6.5.2",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"dependencies": {
|
||||
"@wordpress/a11y": "3.51.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "WordPress",
|
||||
"version": "6.5.1",
|
||||
"version": "6.5.2",
|
||||
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
|
||||
"repository": {
|
||||
"type": "svn",
|
||||
|
@ -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' )
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5.1-src';
|
||||
$wp_version = '6.5.2-src';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user