diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index fe9ef5979e..db80d20d19 100644
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
286 | 286 | <p> |
287 | 287 | <?php |
288 | 288 | printf( |
289 | | /* translators: %s: WordPress 5.9 Field Guide link. */ |
290 | | __( 'Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. <a href="%s">WordPress 5.9 Field Guide.</a>' ), |
291 | | 'https://make.wordpress.org/core/2022/01/04/wordpress-5-9-field-guide/' |
| 289 | /* translators: 1: Field Guide link for the WordPress version. 2: The WordPress version. */ |
| 290 | __( 'Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. <a href="%1$s">WordPress %2$s Field Guide.</a>' ), |
| 291 | 'https://make.wordpress.org/core/2022/01/04/wordpress-5-9-field-guide/', |
| 292 | $display_version |
292 | 293 | ); |
293 | 294 | ?> |
294 | 295 | </p> |