mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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
This commit is contained in:
@@ -250,7 +250,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Gallery Refactor dev note link. */
|
||||
__( 'The changes to the Gallery block listed above are the result of a near-complete refactor. Have you built a plugin or theme on the Gallery block functionality? Be sure to read the <a href="%s">Gallery block compatibility dev note</a>.' ),
|
||||
__( '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 <a href="%s">Gallery block compatibility dev note</a>.' ),
|
||||
'https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/'
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user