From 8913eb244681cb1e7c6eafdec627ba003060e679 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 25 Apr 2025 19:25:20 +0000 Subject: [PATCH] About Page: Reduce copy on 6.8 about page. In finalizing the 6.8 announcement post (https://wordpress.org/news/2025/04/cecil/) it was identified that some of the copy on the 6.8 about page is not an accurate description of what is in 6.8. This copy is receiving a game misconduct penalty and automatic ejection. While the coach could bring on a substitute, a line change is the better option here. Reviewed by joedolson. Merges [60183] to the 6.8 branch. Props abcd95, mukesh27, JeffPaul. Fixes #63323. Built from https://develop.svn.wordpress.org/branches/6.8@60190 git-svn-id: http://core.svn.wordpress.org/branches/6.8@59526 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index e85d95f5c7..455058a47c 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -59,8 +59,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index bc32483e8f..e34a5888d3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8.1-alpha-60189'; +$wp_version = '6.8.1-alpha-60190'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.