From 14da39819c7e10e38f70c23ba5638e705e33923a Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 12 Mar 2024 14:54:17 +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. Reviewed by audrasjb. Merges [57817] to the to the 6.5 branch. Props swissspidy, sergeybiryukov, presskopp. See #60303. git-svn-id: https://develop.svn.wordpress.org/branches/6.5@57818 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index afe4939329..65e6d4501d 100644 --- a/src/wp-admin/about.php +++ b/src/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' + ); + ?> +