diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/about.php --- a/wp/wp-admin/about.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-admin/about.php Fri Sep 05 18:40:08 2025 +0200 @@ -22,45 +22,49 @@
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 + 'Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 26 ), - '6.0.2', - number_format_i18n( 17 ) + '6.6.2', + '26' ); ?> the release notes.' ), sprintf( - /* translators: %s: WordPress version */ + /* translators: %s: WordPress version. */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), - sanitize_title( '6.0.2' ) + sanitize_title( '6.6.2' ) ) ); ?> @@ -72,10 +76,10 @@ _n( 'Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', - 31 + 16 ), - '6.0.1', - number_format_i18n( 31 ) + '6.6.1', + '16' ); ?> @@ -95,7 +99,7 @@
- +
- -
-- -
+
+
- -
+
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/'
+ /* translators: %1$s: code-formatted "WP_Theme_JSON", %2$s: code-formatted "data-wp-on-async", %%: escaped percent sign, leave as %%. */
+ __( 'WordPress 6.6 includes important updates like removing redundant %1$s calls, disabling autoload for large options, eliminating unnecessary polyfill dependencies, lazy loading post embeds, introducing the %2$s directive, and a 33%% reduction in template loading time in the editor.' ),
+ 'WP_Theme_JSON
',
+ 'data-wp-on-async
'
);
?>
- -
-- -
-
-
-
-
+
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/' + /* translators: 1: WordPress Field Guide link, 2: WordPress version number. */ + __( 'Explore the WordPress %2$s Field Guide. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ), + esc_url( __( 'https://make.wordpress.org/core/wordpress-6-6-field-guide/' ) ), + '6.6' ); ?>
+
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/' ) - ); - ?> -
-- 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.' ), + /* translators: 1: WordPress Release Notes link, 2: WordPress version number. */ + __( 'Read the WordPress %2$s Release Notes for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.' ), sprintf( - /* translators: %s: WordPress version. */ - esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), - '6-0' - ) + /* translators: %s: WordPress version number. */ + esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ), + '6-6' + ), + '6.6' ); ?>