diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index f8c48bb195b3c..a2107168dafdb 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 = '7.0'; +$display_major_version = '7.1'; $release_notes_url = sprintf( /* translators: %s: WordPress version number. */ @@ -62,22 +62,22 @@
-

-

+

+

-

+

-
- +
+

- +
@@ -85,29 +85,29 @@
- +
-

+

-
- +
+

-

+

-
- +
+

- +
@@ -115,14 +115,14 @@
- +
-

+

-
- +
+

@@ -137,8 +137,8 @@ -

-

+

+

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

-

+

@@ -177,7 +177,7 @@
- +

diff --git a/src/wp-admin/contribute.php b/src/wp-admin/contribute.php index 4a6989adffa25..f4bd89d3988c6 100644 --- a/src/wp-admin/contribute.php +++ b/src/wp-admin/contribute.php @@ -24,10 +24,6 @@
-
- <?php echo esc_attr( $header_alt_text ); ?> -
-

diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index 960c334913474..158cc2ade175e 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -27,10 +27,6 @@
-
- <?php echo esc_attr( $header_alt_text ); ?> -
-

diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 721a98078f0d6..af3f34a83469d 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -21,8 +21,8 @@ .about__container { /* Section backgrounds */ - --background: #ebe8e5; - --subtle-background: #ebe8e5; + --background: #3858e9; + --subtle-background: #f4f4f4; /* Main text color */ --text: #1e1e1e; @@ -531,7 +531,7 @@ margin: calc(var(--gap) / 2) var(--gap); height: 0; border: none; - border-top: 4px solid var(--accent-3); + border-top: 6px solid var(--accent-3); } .about__container hr.is-small { @@ -581,6 +581,10 @@ .about__container h3.is-larger-heading { font-size: 2em; } + + .about__container h1 { + text-shadow: 0 0 2px var(--background); + } } /* 1.3 - Header */ @@ -596,48 +600,49 @@ padding-right: 26rem; /* Space for the background image. */ min-height: clamp(10rem, 25vw, 18.75rem); border-radius: var(--border-radius); - background-image: url( "../images/about-header-default.webp?ver=20260514" ); + background-image: url( "../images/about-header-default.webp?ver=20260804" ); background-repeat: no-repeat; background-position: right center; background-size: cover; background-color: var(--background); color: var(--text-light); + margin-bottom: .25rem; } .credits-php .about__header { - background-image: url( "../images/about-header-credits.webp?ver=20260514" ); + background-image: url( "../images/about-header-credits.webp?ver=20260804" ); } .freedoms-php .about__header { - background-image: url( "../images/about-header-freedoms.webp?ver=20260514" ); + background-image: url( "../images/about-header-freedoms.webp?ver=20260804" ); } .privacy-php .about__header { - background-image: url( "../images/about-header-privacy.webp?ver=20260514" ); + background-image: url( "../images/about-header-privacy.webp?ver=20260804" ); } .contribute-php .about__header { - background-image: url( "../images/about-header-get-involved.webp?ver=20260514" ); + background-image: url( "../images/about-header-get-involved.webp?ver=20260804" ); } [dir="rtl"] .about__header { - background-image: url( "../images/about-header-default-rtl.webp?ver=20260514" ); + background-image: url( "../images/about-header-default-rtl.webp?ver=20260804" ); } [dir="rtl"] .credits-php .about__header { - background-image: url( "../images/about-header-credits-rtl.webp?ver=20260514" ); + background-image: url( "../images/about-header-credits-rtl.webp?ver=20260804" ); } [dir="rtl"] .freedoms-php .about__header { - background-image: url( "../images/about-header-freedoms-rtl.webp?ver=20260514" ); + background-image: url( "../images/about-header-freedoms-rtl.webp?ver=20260804" ); } [dir="rtl"] .privacy-php .about__header { - background-image: url( "../images/about-header-privacy-rtl.webp?ver=20260514" ); + background-image: url( "../images/about-header-privacy-rtl.webp?ver=20260804" ); } [dir="rtl"] .contribute-php .about__header { - background-image: url( "../images/about-header-get-involved-rtl.webp?ver=20260514" ); + background-image: url( "../images/about-header-get-involved-rtl.webp?ver=20260804" ); } .about__header-image { @@ -657,7 +662,7 @@ font-size: clamp(2rem, 20vw - 9rem, 4rem); line-height: 1; font-weight: 600; - color: var(--text); + color: var(--text-light); } .about-php .about__header-title h1, @@ -676,7 +681,7 @@ padding: 0; font-size: 1.6rem; line-height: 1.15; - color: var(--text); + color: var(--text-light); } .about__header-navigation { diff --git a/src/wp-admin/freedoms.php b/src/wp-admin/freedoms.php index 9646c4a400eeb..310f841ab1d33 100644 --- a/src/wp-admin/freedoms.php +++ b/src/wp-admin/freedoms.php @@ -30,10 +30,6 @@
-
- <?php echo esc_attr( $header_alt_text ); ?> -
-

diff --git a/src/wp-admin/images/about-feature-01.webp b/src/wp-admin/images/about-feature-01.webp new file mode 100644 index 0000000000000..ea6522ce7699d Binary files /dev/null and b/src/wp-admin/images/about-feature-01.webp differ diff --git a/src/wp-admin/images/about-feature-02.webp b/src/wp-admin/images/about-feature-02.webp new file mode 100644 index 0000000000000..f5de43ea10cae Binary files /dev/null and b/src/wp-admin/images/about-feature-02.webp differ diff --git a/src/wp-admin/images/about-feature-03.webp b/src/wp-admin/images/about-feature-03.webp new file mode 100644 index 0000000000000..797600e1fcbcb Binary files /dev/null and b/src/wp-admin/images/about-feature-03.webp differ diff --git a/src/wp-admin/images/about-feature-04.webp b/src/wp-admin/images/about-feature-04.webp new file mode 100644 index 0000000000000..a2043b874bccb Binary files /dev/null and b/src/wp-admin/images/about-feature-04.webp differ diff --git a/src/wp-admin/images/about-header-credits-rtl.webp b/src/wp-admin/images/about-header-credits-rtl.webp index b65ce15238ea9..413d690fd4712 100644 Binary files a/src/wp-admin/images/about-header-credits-rtl.webp and b/src/wp-admin/images/about-header-credits-rtl.webp differ diff --git a/src/wp-admin/images/about-header-credits.webp b/src/wp-admin/images/about-header-credits.webp index b83bb5b49e1c4..5dbff064bccd7 100644 Binary files a/src/wp-admin/images/about-header-credits.webp and b/src/wp-admin/images/about-header-credits.webp differ diff --git a/src/wp-admin/images/about-header-default-rtl.webp b/src/wp-admin/images/about-header-default-rtl.webp index 7de0c9a4ffec2..e2c07f0b7eb65 100644 Binary files a/src/wp-admin/images/about-header-default-rtl.webp and b/src/wp-admin/images/about-header-default-rtl.webp differ diff --git a/src/wp-admin/images/about-header-default.webp b/src/wp-admin/images/about-header-default.webp index 020a92a7265ae..aabed22703202 100644 Binary files a/src/wp-admin/images/about-header-default.webp and b/src/wp-admin/images/about-header-default.webp differ diff --git a/src/wp-admin/images/about-header-freedoms-rtl.webp b/src/wp-admin/images/about-header-freedoms-rtl.webp index 506c20f4cf620..f86b6ac721320 100644 Binary files a/src/wp-admin/images/about-header-freedoms-rtl.webp and b/src/wp-admin/images/about-header-freedoms-rtl.webp differ diff --git a/src/wp-admin/images/about-header-freedoms.webp b/src/wp-admin/images/about-header-freedoms.webp index 4740e8ab087b0..4e097504730bd 100644 Binary files a/src/wp-admin/images/about-header-freedoms.webp and b/src/wp-admin/images/about-header-freedoms.webp differ diff --git a/src/wp-admin/images/about-header-get-involved-rtl.webp b/src/wp-admin/images/about-header-get-involved-rtl.webp index 4cd5b89c61c00..d2f7b1f2c15b6 100644 Binary files a/src/wp-admin/images/about-header-get-involved-rtl.webp and b/src/wp-admin/images/about-header-get-involved-rtl.webp differ diff --git a/src/wp-admin/images/about-header-get-involved.webp b/src/wp-admin/images/about-header-get-involved.webp index 33a6708b9f2fa..ad5eb6f59d140 100644 Binary files a/src/wp-admin/images/about-header-get-involved.webp and b/src/wp-admin/images/about-header-get-involved.webp differ diff --git a/src/wp-admin/images/about-header-privacy-rtl.webp b/src/wp-admin/images/about-header-privacy-rtl.webp index 0ee585216df5e..390c3ba077c85 100644 Binary files a/src/wp-admin/images/about-header-privacy-rtl.webp and b/src/wp-admin/images/about-header-privacy-rtl.webp differ diff --git a/src/wp-admin/images/about-header-privacy.webp b/src/wp-admin/images/about-header-privacy.webp index 5178051483f75..292c02b2569c2 100644 Binary files a/src/wp-admin/images/about-header-privacy.webp and b/src/wp-admin/images/about-header-privacy.webp differ diff --git a/src/wp-admin/images/about-release-badge.svg b/src/wp-admin/images/about-release-badge.svg index 751068ebe62ed..ec139fcf9f203 100644 --- a/src/wp-admin/images/about-release-badge.svg +++ b/src/wp-admin/images/about-release-badge.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/wp-admin/privacy.php b/src/wp-admin/privacy.php index 1445e5b1ec2b4..66be97a3021fe 100644 --- a/src/wp-admin/privacy.php +++ b/src/wp-admin/privacy.php @@ -24,10 +24,6 @@
-
- <?php echo esc_attr( $header_alt_text ); ?> -
-