From c0cb2300a14c7dc882803f1c3d9cc9d952a89ec6 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 15 Oct 2019 20:40:05 +0000 Subject: [PATCH] Help/About: Let's tell the world about 5.3. Props karmatosed, melchoyce, pierlo, ryelle, afercia, audrasjb, davidbaumwald Thanks to everyone who provided feedback for this page for 5.3. See #47708 git-svn-id: https://develop.svn.wordpress.org/trunk@46556 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 238 ++++++++++++++++++++++++----------------- 1 file changed, 138 insertions(+), 100 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index f5d86a9892..c44db2dce3 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -14,145 +14,183 @@ $title = _x( 'About', 'page title' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); +$version_label = sprintf( + /* translators: The current WordPress version number */ + __( 'WordPress %s' ), + $display_version +); + include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-

- -

+
+
+

+ + WordPress +

+
-

- -

+
+ +
-
- +
+

+ +

+
+ +
- - -
-

-

-
- -
+
+

+ +


-
+
+
+
+ +
+
-

+

- 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: URL to Site Health Status screen, 2: URL to Site Health Info screen. */ - __( ' Check your site status, and learn how to debug issues.' ), - admin_url( 'site-health.php' ), - admin_url( 'site-health.php?tab=debug' ) - ); - } +

+ +

+
+
+ +
+
+

+

+
    +
  • +
  • +
  • +
  • +
  • +
+
+
+
+ +
+
+
+ +
+
+

+

+ +

+ Inter, designed by Rasmus Andersson. Inter comes in a Variable Font version, a first for default themes, which keeps load times short by containing all weights and styles of Inter in just two font files.' ), + 'https://rsms.me/inter/' + ); ?>

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

-
+
+

+
-
- +

+

+
+
+

+

+
+
+

+

+
+
+ +
+
+
+
-
-

-

-

-

+
+

-
-
-

-

-
-
-

-

-
-
- -
- -

- -
-

-

-
-
-

-

-
-
-
-
-

+

- */ - __( '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>' + /* translators: 1: Link to the date/time developer notes. */ + __( 'Developers can now work with dates and timezones in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.' ), + 'https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/' ); ?>

-

-

+

+

+ multiple changes to remove deprecated functionality and ensure compatibility. Please test 5.3 with PHP 7.4 to ensure all functionality continues to work as expected and does not raise any new warnings.' ), + 'https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/' + ); + ?> +