mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +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. Built from https://develop.svn.wordpress.org/trunk@55601 git-svn-id: http://core.svn.wordpress.org/trunk@55113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7237836b1a
commit
08e9393f23
@ -246,7 +246,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||||||
printf(
|
printf(
|
||||||
/* translators: %s: WordPress Field Guide link. */
|
/* 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.' ),
|
__( '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>
|
</p>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.3-alpha-55600';
|
$wp_version = '6.3-alpha-55601';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user