Changeset 53354
- Timestamp:
- 05/05/2022 03:33:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r53339 r53354 303 303 /* translators: %s: WordPress 6.0 Field Guide link. */ 304 304 __( '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.' ), 305 '#'305 __( 'https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/' ) 306 306 ); 307 307 ?> … … 313 313 printf( 314 314 /* translators: %s: WordPress 6.0 Release Notes link. */ 315 __( '<a href=" #">Read the WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ),315 __( '<a href="%s">Read the WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ), 316 316 '#' 317 317 );
Note: See TracChangeset
for help on using the changeset viewer.