diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index 098cbc1..549cc13 100644
a
|
b
|
include( ABSPATH . 'wp-admin/admin-header.php' ); |
45 | 45 | '4.9.8', |
46 | 46 | number_format_i18n( 46 ) |
47 | 47 | ); |
48 | | |
49 | | printf( |
50 | | /* translators: %s: Codex URL */ |
51 | | __( 'For more information, see <a href="%s">the release notes</a>.' ), |
52 | | 'https://codex.wordpress.org/Version_4.9.8' |
53 | | ); |
| 48 | ?> |
| 49 | <?php |
| 50 | /* translators: %s: Codex URL */ |
| 51 | printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.8' ); |
54 | 52 | ?> |
55 | 53 | </p> |
56 | 54 | <p> |