diff -r 34716fd837a4 -r be944660c56a wp/wp-admin/about.php --- a/wp/wp-admin/about.php Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-admin/about.php Wed Sep 21 18:19:35 2022 +0200 @@ -19,15 +19,15 @@
- - -
+- -
-Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.', - 44 + '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 ), - '5.5.1', - number_format_i18n( 44 ) + '5.8.1', + number_format_i18n( 60 ) ); ?> the release notes.' ), sprintf( - /* translators: %s: WordPress version. */ + /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), - sanitize_title( '5.5.1' ) + sanitize_title( '5.8.1' ) ) ); ?> @@ -92,192 +71,191 @@
- - - -
- - - -
- - -
- -
wp_get_environment_type()' - ); - ?> -
-
- get_header()',
- 'get_template_part()
',
- '$args
'
+ /* translators: %s: Widgets dev note link. */
+ __( 'After months of hard work, the power of blocks has come to both the Block Widgets Editor and the Customizer. Now you can add blocks both in widget areas across your site and with live preview through the Customizer. This opens up new possibilities to create content: from no-code mini layouts to the vast library of core and third-party blocks. For our developers, you can find more details in the Widgets dev note.' ),
+ 'https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/'
);
?>
+ +
++ +
++ +
++ +
++ +
++ check out this dev note.' ), + 'https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/' + ); + ?> +
++ 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/' + ); + ?> +
WordPress 5.5 Field Guide.' ), - 'https://make.wordpress.org/core/wordpress-5-5-field-guide/' + /* translators: %s: WordPress 5.8 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.8 Field Guide.' ), + 'https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/' ); ?>
@@ -303,15 +281,16 @@