From 3477102cec95d4e0082c03a4c45dfa74cb0833dd Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 26 Apr 2019 00:56:57 +0000 Subject: [PATCH] Admin: Add the text for the WordPress 5.2 About page. This changes includes placeholder images for now, they'll be replaced by the final images before final release. Props chanthaboune, melchoyce, karmatosed, pento, marybaum, birgire, earnjam, andreamiddleton. See #46901. git-svn-id: https://develop.svn.wordpress.org/trunk@45271 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 150 +++++++++++++++++-------------------- src/wp-admin/css/about.css | 21 +++++- 2 files changed, 85 insertions(+), 86 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 68de892a54..a349cb258a 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -9,23 +9,29 @@ /** 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' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); -wp_enqueue_style( 'wp-block-library' ); - include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-

+

+ +

-

+

-
+
+ +
-

+

+

- +
-

+
+
-

+

- +
-

Site Health features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.' ), 'https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/' ); ?>

- -

- - + 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. Check your site status, and learn how to debug issues.' ), + __( 'https://wordpress.org/news/2019/02/betty/' ), + admin_url( 'site-health.php' ), + admin_url( 'site-health.php?tab=debug' ) + ); ?> -

- - -

+

+
+
-

-
- +
+
-

- -

- +

+

+
+
+ +
+ +

+ +
+
+

+

+
+
+

+

@@ -83,73 +104,38 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
-

-

- -
- Read more.' ), 'https://make.wordpress.org/core/2019/01/28/multisite-support-for-site-metadata-in-5-1/' ); ?> -

+

+

-

-

- -
- Read more.' ), 'https://make.wordpress.org/core/2019/01/09/cron-improvements-with-php-fpm-in-wordpress-5-1/' ); ?> -

-
-
-

-

- -
- Read more.' ), 'https://make.wordpress.org/core/2018/05/16/preparing-wordpress-for-a-javascript-future-part-1-build-step-and-folder-reorganization/' ); ?> -

+

+

-
-
-

+
+

- WP_DEBUG_LOG constant, new test config file constant in the test suite, new plugin action hooks, short-circuit filters for wp_unique_post_slug() and WP_User_Query and count_users(), a new human_readable_duration function, improved taxonomy metabox sanitization, limited LIKE support for meta keys when using WP_Meta_Query, a new “doing it wrong” notice when registering REST API endpoints, and more!' ); ?> -
- Read more.' ), 'https://make.wordpress.org/core/2019/01/23/miscellaneous-developer-focused-changes-in-5-1/' ); ?> -

-

- + */ + __( '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>' + ); + ?>

-
- -
+

+


- -

- -
-
-

-

-

- -
- -
- -
-
- -
- -