diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index e482d137e6..e37942b6a1 100644
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
202 | 202 | <?php |
203 | 203 | printf( |
204 | 204 | /* translators: %s: jQuery migrate plugin link. */ |
205 | | __( 'If you find issues with the way your site looks (e.g. a slider doesn’t work, a button is stuck — that sort of thing), install the <a href="%s">jQuery Migrate plugin.</a>' ), |
| 205 | __( 'If you find issues with the way your site looks (e.g. a slider doesn’t work, a button is stuck — that sort of thing), install the <a href="%s">jQuery Migrate plugin</a>.' ), |
206 | 206 | 'https://wordpress.org/plugins/enable-jquery-migrate-helper/ ' |
207 | 207 | ); |
208 | 208 | ?> |
… |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
219 | 219 | <?php |
220 | 220 | printf( |
221 | 221 | /* translators: %s: WordPress 5.6 Field Guide link. */ |
222 | | __( '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.6 Field Guide.</a>' ), |
| 222 | __( '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.6 Field Guide</a>.' ), |
223 | 223 | '#' |
224 | 224 | ); |
225 | 225 | ?> |