From f3060387c9af2f5aa28902eea1ed1a4643afe825 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Thu, 7 May 2026 11:20:15 +0530 Subject: [PATCH 1/5] Update About page for WordPress 7.0 release --- src/wp-admin/about.php | 44 ++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 962a68a3b87af..1bfa8840c39c6 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,14 @@
-
- +
+

From afee1fd7276f20c52b11efb718f0ba9094297670 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Thu, 7 May 2026 11:21:11 +0530 Subject: [PATCH 2/5] Modify border radius and add new styles in about.css Updated border radius and added new styles for section titles and alignment. --- src/wp-admin/css/about.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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; From 3786f340cc1111b9680633dc4590718122a17141 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Thu, 7 May 2026 11:21:59 +0530 Subject: [PATCH 3/5] Delete src/wp-admin/images/about-release-badge.svg --- src/wp-admin/images/about-release-badge.svg | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/wp-admin/images/about-release-badge.svg 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 @@ - - - - - - - - - - - - - From 258b8500158cba4cf793d14deb85fe2ae988b456 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Thu, 7 May 2026 11:27:14 +0530 Subject: [PATCH 4/5] Simplify version display in about.php --- src/wp-admin/about.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 1bfa8840c39c6..87b932ac84be9 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -177,13 +177,7 @@
- +

From 22e7734cf72a05d71efd61a62814e457152895ca Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Thu, 7 May 2026 15:48:50 +0530 Subject: [PATCH 5/5] Remove the context string --- src/wp-admin/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 87b932ac84be9..353e2d0542ad7 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -69,7 +69,7 @@
-

+