diff -r c7c34916027a -r 177826044cd9 wp/wp-admin/about.php --- a/wp/wp-admin/about.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-admin/about.php Mon Oct 14 18:28:13 2019 +0200 @@ -9,8 +9,6 @@ /** WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); -wp_enqueue_script( 'underscore' ); - /* translators: Page title of the About WordPress page in the admin. */ $title = _x( 'About', 'page title' ); @@ -19,56 +17,62 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-

+

+ +

-

-
+

+ +

- +

Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.', - 46 - ), - '4.9.8', - number_format_i18n( 46 ) - ); - - printf( - /* translators: %s: Codex URL */ - __( 'For more information, see the release notes.' ), - 'https://codex.wordpress.org/Version_4.9.8' - ); - ?> -

-

- Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', - 17 + 29 ), - '4.9.7', - number_format_i18n( 17 ) + '5.2.3', + number_format_i18n( 29 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.9.7' ); + printf( + /* translators: %s: HelpHub URL */ + __( 'For more information, see the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '5.2.3' ) + ) + ); ?>

@@ -78,52 +82,23 @@ _n( 'Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', - 18 + 13 ), - '4.9.6', - number_format_i18n( 18 ) + '5.2.2', + number_format_i18n( 13 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.9.6' ); - ?> -

-

- Version %1$s addressed some security issues and fixed %2$s bug.', - 'Version %1$s addressed some security issues and fixed %2$s bugs.', - 28 - ), - '4.9.5', - number_format_i18n( 28 ) + /* translators: %s: HelpHub URL */ + __( 'For more information, see the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '5.2.2' ) + ) ); ?> - the release notes.' ), 'https://codex.wordpress.org/Version_4.9.5' ); - ?> -

-

- Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.', - 1 - ), - '4.9.4', - number_format_i18n( 1 ) - ); - ?> - the release notes.' ), 'https://codex.wordpress.org/Version_4.9.4' ); - ?>

Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', - 34 + 33 ), - '4.9.3', - number_format_i18n( 34 ) + '5.2.1', + number_format_i18n( 33 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.9.3' ); - ?> -

-

- Version %1$s addressed some security issues and fixed %2$s bug.', - 'Version %1$s addressed some security issues and fixed %2$s bugs.', - 22 - ), - '4.9.2', - number_format_i18n( 22 ) + /* translators: %s: HelpHub URL */ + __( 'For more information, see the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '5.2.1' ) + ) ); ?> - the release notes.' ), 'https://codex.wordpress.org/Version_4.9.2' ); - ?> -

-

- Version %1$s addressed some security issues and fixed %2$s bug.', - 'Version %1$s addressed some security issues and fixed %2$s bugs.', - 11 - ), - '4.9.1', - number_format_i18n( 11 ) - ); - ?> - the release notes.' ), 'https://codex.wordpress.org/Version_4.9.1' ); - ?>

-
-
-

- -

-

+
+

+

+
+
-
- - - - -
+
-
-
-

-
+
+
+

+

+ the Site Health features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.' ), + __( 'https://wordpress.org/news/2019/02/betty/' ) + ); -

-
-
- -
-

-

-
-
-
- -
-

-

-
-
-
- -
-

-

-
-
-
- -
-

-

+ if ( current_user_can( 'install_plugins' ) ) { + printf( + /* translators: 1: link to /wp-admin/site-health.php 2: link to /wp-admin/site-health.php?tab=debug */ + __( ' Check your site status, and learn how to debug issues.' ), + admin_url( 'site-health.php' ), + admin_url( 'site-health.php?tab=debug' ) + ); + } + ?> +

+
+
+
+
-
-
-

-
+
-
-
-
- -
-

-

-
-
-
- -
-

-

-
-
-
- -
-

-

+
+
+
+
-
- -
-
-

-
- -
-
-
- -
-

-

-
-
-
- -
-

-

-
-
-
- -
-
-

+
+

+

- -
-
-
- -
-

-

-
-
-
- -
-

-

-
-
-
- -
- - - - -
- -
-

- -

-

early tester or getting involved with the Gutenberg project? Contribute on GitHub.' ), - __( 'https://wordpress.org/plugins/gutenberg/' ), - 'https://github.com/WordPress/gutenberg' ); ?>


-
-

+

+ +
+
+

+

+
+
+

+

+
+
+ +
+ +

-
-
-

-

Check out the full list.' ), - 'https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/' - ); - ?>

-
-
-

-

-
-
-

-

-
-
-

-

-
+
+
+

+

+
+
+

+

+
+
+
+
+

+

+ */ + __( '5.2 introduces a %1$s hook, which lets themes support injecting code right at the beginning of the %2$s element.' ), + 'wp_body_open', + '<body>' + ); + ?> +

+
+
+

+

@@ -387,100 +240,6 @@
- - - Version %s addressed some security issues.' ); /* translators: 1: WordPress version number, 2: plural number of bugs. */ -_n_noop( 'Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.' ); +_n_noop( + 'Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.' +); /* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */ -_n_noop( 'Version %1$s addressed a security issue and fixed %2$s bug.', - 'Version %1$s addressed a security issue and fixed %2$s bugs.' ); +_n_noop( + 'Version %1$s addressed a security issue and fixed %2$s bug.', + 'Version %1$s addressed a security issue and fixed %2$s bugs.' +); /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ -_n_noop( 'Version %1$s addressed some security issues and fixed %2$s bug.', - 'Version %1$s addressed some security issues and fixed %2$s bugs.' ); +_n_noop( + 'Version %1$s addressed some security issues and fixed %2$s bug.', + 'Version %1$s addressed some security issues and fixed %2$s bugs.' +); /* translators: %s: Codex URL */ __( 'For more information, see the release notes.' );