From fb9861e7d80f3f45c670cb8d3fc924be3db6b020 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 1 Aug 2023 13:00:29 +0000 Subject: [PATCH] Help/About: Escape "Contribute" links, for better consistency. Props SergeyBiryukov, peterwilsoncc. Reviewed by peterwilsoncc, audrasjb. Merges [56337] to the 6.3 branch. See #23348. Built from https://develop.svn.wordpress.org/branches/6.3@56338 git-svn-id: http://core.svn.wordpress.org/branches/6.3@55850 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/contribute.php | 2 +- wp-admin/credits.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/contribute.php b/wp-admin/contribute.php index 87b9603492..2cf73aec9b 100644 --- a/wp-admin/contribute.php +++ b/wp-admin/contribute.php @@ -100,7 +100,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 70dba28876..74fca3344f 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -60,7 +60,7 @@ $credits = wp_credits(); ); ?>
- +

@@ -68,7 +68,7 @@ $credits = wp_credits();


- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 5db751c0e8..4a9ee0cba8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-RC2-56336'; +$wp_version = '6.3-RC2-56338'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.