From e1e9bd56575ab834980ac963e361217596065264 Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Tue, 4 Jan 2022 18:33:42 +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 git-svn-id: https://develop.svn.wordpress.org/trunk@52438 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 251 +++++++++++------- src/wp-admin/credits.php | 8 +- src/wp-admin/css/about.css | 184 ++++++++----- src/wp-admin/freedoms.php | 2 +- src/wp-admin/images/about-header-about.svg | 14 +- src/wp-admin/images/about-header-credits.svg | 16 +- src/wp-admin/images/about-header-freedoms.svg | 22 +- src/wp-admin/images/about-header-privacy.svg | 25 +- 8 files changed, 334 insertions(+), 188 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 5b65bd06d2..1d8499331d 100644 --- a/src/wp-admin/about.php +++ b/src/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/src/wp-admin/credits.php b/src/wp-admin/credits.php index 65eb55792c..fed55c3611 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -29,7 +29,13 @@ $credits = wp_credits();
- +
- +