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 @@

-

+

- +

-
- +
+

+

-
-

- -

-

- -

-
    -
  • -
  • [[ to quickly access the link menu.' ); ?>
  • -
  • -
  • -
  • -
+
+
+ +
-
-
-

- -

-

- -

+
+
+
+ +
+
+
+

+

-
- +
+ +
+
+

+

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

- -

-

- -

+
+

+

-
-
-
- -
-

-

-
+ + +
- -
-

-
-
-
- +
-

-
-
- -
-
- -
-
-

- -

+

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' ); ?>

-
- -
-

- -

-

- -

-
-
- -
-
- -
-
- -
-
-

- -

-

- -

-
-
- -
- -
-
-

- -

-

-
- -

+
+ +
+

+

-
+ + +
+

-
- - - -
-

+

-
-
- - - +
+
+
-

-
-
-
- - - - - - - - - - - -
-

+
+
-
-
- - - -
-

-
-
-
- - - -
-

+
+
-
-
- - - - - -
-

-
-
- -
- -
-
- - <?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?> - -
-
+

Watch a brief overview video highlighting some of the major features debuting in WordPress 6.0.' ), - 'https://www.youtube.com/watch?v=oe452WcY7fA' + /* translators: 1: Learn WordPress link, 2: Workshops link. */ + __( 'Learn WordPress is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, interactive workshops for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.' ), + 'https://learn.wordpress.org/', + 'https://learn.wordpress.org/online-workshops/' ); ?>

-
-
-

+

+
+
+ +
+

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' ); ?>

-
+
- - - - | - - + %2$s | ', + esc_url( self_admin_url( 'update-core.php' ) ), + is_multisite() ? __( 'Go to Updates' ) : __( 'Go to Dashboard → Updates' ) + ); + } + + printf( + '%2$s', + esc_url( self_admin_url() ), + is_blog_admin() ? __( 'Go to Dashboard → Home' ) : __( 'Go to Dashboard' ) + ); + ?>
@@ -431,3 +349,15 @@ /* translators: %s: Documentation URL. */ __( 'For more information, see the release notes.' ); + +/* translators: 1: WordPress version number, 2: Link to update WordPress */ +__( 'Important! Your version of WordPress (%1$s) is no longer supported, you will not receive any security updates for your website. To keep your site secure, please update to the latest version of WordPress.' ); + +/* translators: 1: WordPress version number, 2: Link to update WordPress */ +__( 'Important! Your version of WordPress (%1$s) will stop receiving security updates in the near future. To keep your site secure, please update to the latest version of WordPress.' ); + +/* translators: %s: The major version of WordPress for this branch. */ +__( 'This is the final release of WordPress %s' ); + +/* translators: The localized WordPress download URL. */ +__( 'https://wordpress.org/download/' );