From ee6093c4ebe4cbada9b935e9e0b80a1720f86551 Mon Sep 17 00:00:00 2001 From: ryelle Date: Tue, 4 Jan 2022 18:35:03 +0000 Subject: [PATCH] Help/About: WordPress 5.9 About Page. Introducing the new About page for 5.9. Props dansoschin, critterverse, webcommsat, marybaum, nalininonstopnewsuk, sabernhardt, costdev, chanthaboune, cbringmann, mkaz, davidbaumwald, ryelle, melchoyce, annezazu, paaljoachim, audrasjb, hellofromtonya, walbo, tobifjellner, mitogh Built from https://develop.svn.wordpress.org/trunk@52438 git-svn-id: http://core.svn.wordpress.org/trunk@52030 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 251 +++++++++++++--------- wp-admin/credits.php | 8 +- wp-admin/css/about-rtl.css | 184 ++++++++++------ wp-admin/css/about-rtl.min.css | 2 +- wp-admin/css/about.css | 184 ++++++++++------ wp-admin/css/about.min.css | 2 +- wp-admin/freedoms.php | 2 +- wp-admin/images/about-header-about.svg | 14 +- wp-admin/images/about-header-credits.svg | 16 +- wp-admin/images/about-header-freedoms.svg | 22 +- wp-admin/images/about-header-privacy.svg | 25 ++- wp-includes/version.php | 2 +- 12 files changed, 453 insertions(+), 259 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 5b65bd06d2..1d8499331d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -23,12 +23,12 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

- +

- +
-
+

- +

+

+ +

+
+
-
- +
+

- +

+

+ +

+

+ +

+

Widgets dev note.' ), - 'https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/' + /* translators: %s: Link to Themes screen. */ + __( 'The Twenty Twenty‑Two theme is already available to you. It came installed with WordPress 5.9, and you will find it with your other installed themes.' ), + admin_url( 'themes.php' ) ); ?>

+

- +

- + +

+

+

-
- +
+
-
- +
+

- +

- + +

+

+

@@ -101,22 +118,25 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

- +

+

+ +

+
+
-
- +
+

- +

- +

@@ -124,110 +144,141 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

- +

- + +

+

+

-
- +
+
-
- +
+

- +

- +

+
+
+

+ +

+

+ +

+

+ +

+
+
+ +
+
+

- +

+
+ +
+
+

+ +

+

+ block themes dev note.' ), + 'https://make.wordpress.org/core/2022/01/04/block-themes-a-new-way-to-build-themes-in-wordpress-5-9/' + ); + ?> +

+
+
+

+ +

+

+ using multiple stylesheets in a block.' ), + 'https://make.wordpress.org/core/2021/12/15/using-multiple-stylesheets-per-block/' + ); + ?> +

+
+
+
+
+

+ +

+

+ +

+
+
+

+ +

+

+ Gallery block compatibility dev note.' ), + 'https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/' + ); + ?> +

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

- -

+

check out this dev note.' ), - 'https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/' + /* translators: %s: Learn WordPress link. */ + __( 'Want to dive into 5.9 but don’t know where to start? Visit learn.wordpress.org/workshops for short how-to video tutorials and expanding resources on new features in WordPress 5.9.' ), + 'https://learn.wordpress.org/workshops/' ); ?>

-
-
-

- -

-

- switch to a more modern browser.' ), - 'https://browsehappy.com/' - ); - ?> -

-
-
-

- -

-

- -

-
-
-

- -

-

- 5.6 and 5.7, WordPress 5.8 introduces several new block support flags and new options to customize your registered blocks. More information is available in the block supports dev note.' ), - 'https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/', - 'https://make.wordpress.org/core/2021/02/24/changes-to-block-editor-components-and-blocks/', - 'https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/' - ); - ?> -

-
-
- -
+
@@ -235,9 +286,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

WordPress 5.8 Field Guide.' ), - 'https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/' + /* translators: %s: WordPress 5.9 Field Guide link. */ + __( 'Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. WordPress 5.9 Field Guide.' ), + 'https://make.wordpress.org/core/2022/01/04/wordpress-5-9-field-guide/' ); ?>

diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 65eb55792c..fed55c3611 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -29,7 +29,13 @@ $credits = wp_credits();
- +
- +