WordPress 6.8.5.

Built from https://develop.svn.wordpress.org/branches/6.8@61928


git-svn-id: http://core.svn.wordpress.org/branches/6.8@61210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2026-03-11 02:42:29 +00:00
parent 337ffc7ebe
commit 6a229dcf9c
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
printf(
/* translators: %s: WordPress version. */
__( '<strong>Version %s</strong> addressed some security issues.' ),
'6.8.4'
'6.8.5'
);
?>
<?php
@@ -72,7 +72,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.8.4' )
sanitize_title( '6.8.5' )
)
);
?>

View File

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