From 30883c26bdceb9eaf32c8d4a1b0c1bce223b5226 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:57:26 +0200 Subject: Adding upstream version 6.5+dfsg1. Signed-off-by: Daniel Baumann --- wp-admin/about.php | 274 ++++++++++++++++++++--------------------------------- 1 file changed, 102 insertions(+), 172 deletions(-) (limited to 'wp-admin/about.php') diff --git a/wp-admin/about.php b/wp-admin/about.php index ebc4ffd..169f0b6 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -31,8 +31,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ?> - -
-
-
-

-

- Version %1$s addressed some security issues and fixed %2$s bug.', - 'Version %1$s addressed some security issues and fixed %2$s bugs.', - 21 - ), - '6.4.3', - '21' - ); - ?> - the release notes.' ), - sprintf( - /* translators: %s: WordPress version. */ - esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), - sanitize_title( '6.4.3' ) - ) - ); - ?> -

- -

- Version %1$s addressed a security issue and fixed %2$s bug.', - 'Version %1$s addressed a security issue and fixed %2$s bugs.', - 7 - ), - '6.4.2', - '7' - ); - ?> - the release notes.' ), - sprintf( - /* translators: %s: WordPress version. */ - esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), - sanitize_title( '6.4.2' ) - ) - ); - ?> -

- -

- Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.', - 4 - ), - '6.4.1', - '4' - ); - ?> - the release notes.' ), - sprintf( - /* translators: %s: WordPress version. */ - esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), - sanitize_title( '6.4.1' ) - ) - ); - ?> -

-
-
-
-

+

- +

-
+
-

Twenty Twenty-Four' ); ?>

-

- Twenty Twenty-Four. Built with three distinct use cases in mind, the versatility of the new default theme makes it an ideal choice for almost any type of website. Dive into its collection of templates and patterns and unlock a world of creative possibilities with just a few tweaks.' ), - __( 'https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/' ) - ); - ?> -

+
+ +
+
+
+

+

-
+
+ +
+
+

+

+
+
- +
@@ -166,100 +85,105 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
-

-

+

+

- +
-

-

+

+

- +
-

-

- a refreshed design and more commands to find what you\'re looking for, perform tasks efficiently, and save time as you create.' ), - __( 'https://make.wordpress.org/core/2023/09/12/core-editor-improvement-commanding-the-command-palette/' ) - ); - ?> -

+

+

- +
-

-

+

+

- +
-

-

+

+

- +
-

-

+

+

-
-
-
- -
-
-
-

-

- New enhancements ensure your content creation journey is smooth. Find new keyboard shortcuts in List View, refined list merging, and enhanced control over link settings. A revamped and cohesive toolbar experience for Navigation, List, and Quote blocks lets you efficiently work with the tooling options you need.' ), - __( 'https://make.wordpress.org/core/2023/10/05/core-editor-improvement-ensuring-excellence-in-the-writing-experience/' ) - ); - ?> -

-
-
+
-
-

-

+
+
+ +
+

+

-
+
- +
+

+

-
+
- +
+

+

-
-

-

+
+
+ +
+

+

+ Requires Plugins' + ); + ?> +

@@ -267,28 +191,34 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-

-

+

+

-

-

+

+

+
+
- +

@@ -317,8 +247,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

@@ -326,8 +256,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* 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.' ), - __( 'https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/' ), - '6.4' + esc_url( __( 'https://make.wordpress.org/core/wordpress-6-5-field-guide/' ) ), + '6.5' ); ?>

@@ -335,9 +265,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

@@ -348,9 +278,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; sprintf( /* translators: %s: WordPress version number. */ esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ), - '6-4' + '6-5' ), - '6.4' + '6.5' ); ?>

-- cgit v1.2.3