diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 962a68a3b87af..353e2d0542ad7 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -14,7 +14,7 @@ $title = _x( 'About', 'page title' ); list( $display_version ) = explode( '-', wp_get_wp_version() ); -$display_major_version = '6.9'; +$display_major_version = '7.0'; $release_notes_url = sprintf( /* translators: %s: WordPress version number. */ @@ -62,17 +62,17 @@
-

-

+

+

-

+

-
- +
+

@@ -89,20 +89,20 @@
-

+

-
- +
+

-

+

-
- +
+

@@ -119,10 +119,10 @@
-

+

-
- +
+

@@ -138,7 +138,7 @@

-

LCP (Largest Contentful Paint) metric is achieved through improved loading of conditional and inlined stylesheets, script loading with fetchpriority support, and additional core optimizations. Editor advances include fixes for layout shifts caused by the Video block and faster loading of the terms selector.' ); ?>

+

@@ -147,7 +147,7 @@

-

+

@@ -176,8 +176,8 @@
-
- +
+

diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 1d4583d1095bb..abf8888140f4f 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -42,7 +42,7 @@ --nav-color: var(--text); --nav-current: var(--accent-1); - --border-radius: 0; + --border-radius: 1rem; --gap: 2rem; } @@ -108,6 +108,24 @@ align-self: end; } +.about__container .about__section-title { + margin: 0; + padding: 0; + /* Fluid font size scales on browser size 960px - 1200px. */ + font-size: clamp(2rem, 20vw - 9rem, 4rem); + line-height: 1; + font-weight: 600; + color: var(--accent-1); +} + +.about__container .is-align-content-center { + align-content: center; +} + +.about__container .textcenter { + text-align: center; +} + .about__section { background: transparent; clear: both; diff --git a/src/wp-admin/images/about-release-badge.svg b/src/wp-admin/images/about-release-badge.svg deleted file mode 100644 index f2894d8b5030f..0000000000000 --- a/src/wp-admin/images/about-release-badge.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - -