diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/about.php --- a/wp/wp-admin/about.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/about.php Tue Sep 27 16:37:53 2022 +0200 @@ -9,6 +9,7 @@ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; +// Used in the HTML title tag. /* translators: Page title of the About WordPress page in the admin. */ $title = _x( 'About', 'page title' ); @@ -22,13 +23,11 @@

- +

-
- -
+
-
-

Version %1$s addressed a security issue and fixed %2$s bug.', - 'Version %1$s addressed a security issue and fixed %2$s bugs.', - 60 + '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 ), - '5.8.1', - number_format_i18n( 60 ) + '6.0.2', + number_format_i18n( 17 ) ); ?> +

+

+ Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 31 + ), + '6.0.1', + number_format_i18n( 31 ) + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '6.0.1' ) ) ); ?> @@ -71,28 +93,108 @@

-
+
+
+

+ +

+

+ +

+
+
+ +
+
+ +
+
+

+ +

+

+ +

+ +
+
-
-

- -

+
+
+

+ +

+

+ +

+
+
+ +
+
+ +
+
+ +
+
+

+ +

+

+ +

+
+
+ +
+
+
+ +
+

+

+
+
+
+ +
+

+
+
+
+ +
+

+
-
- +
+

- +

Widgets dev note.' ), - 'https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/' + /* translators: %s Working with Patterns dev note link. */ + __( 'Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even register patterns from the Pattern Directory using theme.json, enabling you to prioritize specific patterns that are most helpful to your theme’s users.' ), + 'https://make.wordpress.org/core/2022/05/02/new-features-for-working-with-patterns-and-themes-in-wordpress-6-0/' ); ?>

@@ -102,114 +204,133 @@

- +

- +

-
- +
+
-
- +
+

- +

- +


-
-

- -

-
- -
-
- -
+
-

- -

-

- +

+ +

+

+
+

-
+
+
+
+ + + +
+

+
-

- -

-

- -

+
+ + + +
+

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

-
-
- +
+
+
+ + + +
+

-

- -

-

- -

+
+ + + +
+

+
+
+
+ + + + + +
+


-
-

- -

-
- - - - +
+ -
- -

- +

check out this dev note.' ), - 'https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/' + /* translators: %s: 6.0 overview video link. */ + __( 'See WordPress 6.0 in action! Watch a brief overview video highlighting some of the major features debuting in WordPress 6.0.' ), + 'https://www.youtube.com/watch?v=oe452WcY7fA' ); ?>

@@ -217,59 +338,40 @@
-
-

- -

+

switch to a more modern browser.' ), - 'https://browsehappy.com/' + /* translators: 1: Learn WordPress workshops link, 2: Learn WordPress social learning link. */ + __( 'Explore learn.wordpress.org/​workshops for quick how-to videos and lots more on new features in WordPress. Or join a live interactive online learning session on a specific WordPress topic.' ), + 'https://learn.wordpress.org/workshops/', + 'https://learn.wordpress.org/social-learning/' ); ?>

-
-

- -

-

- -

-
-
-

- -

+

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/' + /* translators: %s: WordPress 6.0 Field Guide link. */ + __( 'Check out the latest version of the WordPress Field Guide. It is overflowing with detailed developer notes to help you build with WordPress.' ), + __( 'https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/' ) ); ?>

-
- -
- -
-
-

+

WordPress 5.8 Field Guide.' ), - 'https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/' + /* translators: %s: WordPress 6.0 Release Notes link. */ + __( 'Read the WordPress 6.0 Release Notes for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ), + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + '6-0' + ) ); ?>