From 5284afbd22d31f5fe6e978ee71964e84c39d6e44 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 21 Oct 2024 22:40:17 +0000 Subject: [PATCH] Help/About: Update version name in performance string. Updates the version from `6.7` to `WordPress 6.7` in the performance string for consistency with other mentions on the about page. Props ryelle, peterwilsoncc. See #61961. Built from https://develop.svn.wordpress.org/trunk@59266 git-svn-id: http://core.svn.wordpress.org/trunk@58658 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 5a04723ae8..d1e69b1b22 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -141,7 +141,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 91eefea463..5082967083 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta3-59265'; +$wp_version = '6.7-beta3-59266'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.