mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Help/About: Improve translation comment around release notes.
Props kharisblank, kebbet. Fixes #59821. git-svn-id: https://develop.svn.wordpress.org/trunk@57081 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4e4fdcb949
commit
9c19bc5a2c
@ -241,7 +241,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<p style="margin-top:calc(var(--gap) / 2);">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: WordPress Field Guide link. */
|
||||
/* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
|
||||
__( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
|
||||
__( 'https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/' ),
|
||||
'6.4'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user