From c6e3bf9c9f3759b20d2b8b6ee5568e50209b98ae Mon Sep 17 00:00:00 2001 From: Tonya Mork Date: Tue, 4 Jan 2022 19:48:21 +0000 Subject: [PATCH] Help/About: Use "refactoring" noun form in WordPress 5.9 About Page. Follow-up to [52438]. Props tobifjellner, costdev, marybaum. See #54270. git-svn-id: https://develop.svn.wordpress.org/trunk@52444 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 1d8499331d..fe9ef5979e 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -250,7 +250,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; Gallery block compatibility dev note.' ), + __( 'The changes to the Gallery block listed above are the result of a near-complete refactoring. Have you built a plugin or theme on the Gallery block functionality? Be sure to read the Gallery block compatibility dev note.' ), 'https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/' ); ?>