diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 89867a34bb..b4676bb7da 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -9,6 +9,9 @@ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; +wp_enqueue_script( 'wp-components' ); +wp_enqueue_style( 'wp-components' ); + /* translators: Page title of the About WordPress page in the admin. */ $title = _x( 'About', 'page title' ); @@ -90,7 +93,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
@@ -112,12 +116,12 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

Social Icons block: you can now change the size of the icons in the Social Icons block.' ); + _e( 'Social Icons block: now you can change the size of the icons.' ); ?>

- +
@@ -130,14 +134,15 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
-
+
+
+ <?php esc_attr_e( 'Dashboard with old color scheme.' ); ?>
- + <?php esc_attr_e( 'Dashboard with new color scheme.' ); ?>
-
-
+
+
@@ -193,14 +198,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

max-image-preview: large by default. That means search engines can show bigger image previews (unless the blog is marked as not public), which can boost your traffic.' ) + _e( 'The new Robots API lets you include the filter directives in the robots meta tag, and the API includes the max-image-preview: large directive by default. That means search engines can show bigger image previews, which can boost your traffic (unless the site is marked not-public).' ); ?>

-

+

loading="lazy" attribute to iframe tags on the front end.' ); ?>

@@ -234,9 +239,87 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- + + +