From 078e6390a5693bd3c9675a54b05345c058e187a3 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 12 Mar 2024 14:45:15 +0000 Subject: [PATCH] Help/About: Update the About page for WP 6.5 RC2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates a translatable string to use a placeholder for the “Requires Plugins” string used in it. Props swissspidy, sergeybiryukov, presskopp. See #60303. Built from https://develop.svn.wordpress.org/trunk@57817 git-svn-id: http://core.svn.wordpress.org/trunk@57318 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 10 +++++++++- wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index afe4939329..65e6d4501d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -175,7 +175,15 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

Requires Plugins header with a comma-separated list of required plugin slugs, presenting users with links to install and activate those plugins first.' ); ?>

+

+ Requires Plugins' + ); + ?> +

diff --git a/wp-includes/version.php b/wp-includes/version.php index a7a1fd4e22..eb6b74c641 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57814'; +$wp_version = '6.6-alpha-57817'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.