diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index 055ccb6475..2aa4f9e445 100644
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
197 | 197 | <?php |
198 | 198 | printf( |
199 | 199 | /* translators: %s: WordPress 5.4 Field Guide link. */ |
200 | | __( 'There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your on your sites, themes, plugins and more, check the <a href="%s">WordPress 5.4 Field Guide</a>.' ), |
| 200 | __( 'There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the <a href="%s">WordPress 5.4 Field Guide</a>.' ), |
201 | 201 | 'https://make.wordpress.org/core/?p=80034' |
202 | 202 | ); |
203 | 203 | ?> |