mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 18:48:18 +01:00
Help/About: Make Field Guide link translatable.
On the About page, wraps the Field Guide's link in `__()` to provide a localized field guide, when available. Follow-up to [55600]. Props davidbaumwald, sergeybiryukov, desrosj, javiercasares, oglekler, mukesh27, clorith, eboxnet, costdev, ocean90. Fixes #57477. git-svn-id: https://develop.svn.wordpress.org/trunk@55601 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
97af007d18
commit
1b974f9406
@ -246,7 +246,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
printf(
|
||||
/* translators: %s: WordPress Field Guide link. */
|
||||
__( 'Check out the latest version of the <a href="%s">WordPress Field Guide</a>. It is overflowing with detailed developer notes to help you build with WordPress.' ),
|
||||
'https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/'
|
||||
__( 'https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/' )
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user