From 876374d3e9fbcf1e36f73ca70cce6962bb9dd1df Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 4 Jul 2024 04:20:19 +0000 Subject: [PATCH] Help/About: Update performance improvements string. Updates the performance improvements string with the finalized percentage improvement in the editor and to improve styling and language consistency. Props ryelle, annezazu, peterwilsoncc. Fixes #61320. Built from https://develop.svn.wordpress.org/trunk@58671 git-svn-id: http://core.svn.wordpress.org/trunk@58073 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 5 +++-- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index a794ab9ec6..ad87ec8f67 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -124,8 +124,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

WP_Theme_JSON', 'data-wp-on-async' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index f8465e2d06..33c77b7c87 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58656'; +$wp_version = '6.7-alpha-58671'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.