From 29d0198455ee7742c5c3c0c0289161487c16738f Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 31 Jul 2023 20:23:21 +0000 Subject: [PATCH] Help/About: Make Contribute links translatable. Follow-up to [17877], [26354], [35898], [43032], [56220], [56312]. Props sereedmedia, tobifjellner, oglekler, ryelle, fierevere, davidbaumwald, audrasjb. See #23348. Built from https://develop.svn.wordpress.org/trunk@56327 git-svn-id: http://core.svn.wordpress.org/trunk@55839 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 5e3b974126..619af761ab 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 f6b59d7d11..70dba28876 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 b07a81c4cb..784c320074 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56326'; +$wp_version = '6.4-alpha-56327'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.