From 944c46e0918de31994ff09f812e8cec9267d36f3 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 18 Jul 2023 10:47:28 +0000 Subject: [PATCH] Help/About: String changes in the Contribute screen. Follow-up to [56220], [56227], [56233], [56234]. Props costdev. See #23348. Built from https://develop.svn.wordpress.org/trunk@56259 git-svn-id: http://core.svn.wordpress.org/trunk@55771 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/contribute.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/contribute.php b/wp-admin/contribute.php index a3253d4df1..7e56d21251 100644 --- a/wp-admin/contribute.php +++ b/wp-admin/contribute.php @@ -99,7 +99,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 4118622ab8..50f9737e44 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta4-56258'; +$wp_version = '6.3-beta4-56259'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.