diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 6ce1bea579..ce40f776de 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -50,7 +50,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
+
+ +

@@ -84,13 +86,17 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

-
+
+ +

-
+
+ +

@@ -112,7 +118,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-
+
+ +

@@ -138,13 +146,17 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

-
+
+ +

-
+
+ +

@@ -163,7 +175,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-
+
+ +
@@ -173,7 +187,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

check out this dev note.' ), + '#' + ); ?>

@@ -213,8 +231,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

5.6 and 5.7, WordPress 5.8 introduces several new block supports flags and new options to customize your registered blocks. More information is available in the block supports dev note.' ), + /* translators: %1$s: Link to 5.6's block dev notes. %2$s: Link to 5.7's block dev notes. %3$s: Link to 5.8's block dev notes. */ + __( 'Expanding on previously implemented block supports in WordPress 5.6 and 5.7, WordPress 5.8 introduces several new block support flags and new options to customize your registered blocks. More information is available in the block supports dev note.' ), 'https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/', 'https://make.wordpress.org/core/2021/02/24/changes-to-block-editor-components-and-blocks/', 'https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/' diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index c932e1fd25..fb3bfbad8f 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -39,34 +39,28 @@ $credits = wp_credits();

-
+

worldwide team of passionate individuals. Get involved in WordPress.' ), - __( 'https://wordpress.org/about/' ), - __( 'https://make.wordpress.org/' ) + /* translators: 1: https://wordpress.org/about/ */ + __( 'WordPress is created by a worldwide team of passionate individuals.' ), + __( 'https://wordpress.org/about/' ) ); ?> +
+ .

- -

-

- Get involved in WordPress.' ), - __( 'https://make.wordpress.org/' ) - ); - ?> + +
+ .

diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 06edd1bd93..e57ded61c7 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -791,16 +791,16 @@ .about__section .wp-person-avatar { display: block; margin: 0 auto calc(var(--gap) / 2); - width: 160px; - height: 160px; + width: 140px; + height: 140px; border-radius: 100%; overflow: hidden; background: var(--accent-1); } .about__section .wp-person .gravatar { - width: 160px; - height: 160px; + width: 140px; + height: 140px; filter: grayscale(100%); mix-blend-mode: screen; } @@ -879,8 +879,9 @@ 3.0 - Freedoms Page ------------------------------------------------------------------------------*/ -.about__section .column .freedoms-image { - margin-bottom: 1em; +.about__section .column .freedom-image { + margin-bottom: var(--gap); + max-height: 140px; } diff --git a/src/wp-admin/freedoms.php b/src/wp-admin/freedoms.php index 2b4de1b70a..be6fd6d65f 100644 --- a/src/wp-admin/freedoms.php +++ b/src/wp-admin/freedoms.php @@ -42,38 +42,36 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
+

license, the GPL.' ), + __( 'WordPress comes with some awesome, worldview-changing rights courtesy of its license, the GPL.' ), __( 'https://wordpress.org/about/license/' ) ); ?>

-
- -
-
-
+
+
+

-
-
+
+

-
-
+
+

-
-
+
+

diff --git a/src/wp-admin/images/freedom-1.svg b/src/wp-admin/images/freedom-1.svg new file mode 100644 index 0000000000..6e4f2575a1 --- /dev/null +++ b/src/wp-admin/images/freedom-1.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/wp-admin/images/freedom-2.svg b/src/wp-admin/images/freedom-2.svg new file mode 100644 index 0000000000..f006ca1a53 --- /dev/null +++ b/src/wp-admin/images/freedom-2.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/wp-admin/images/freedom-3.svg b/src/wp-admin/images/freedom-3.svg new file mode 100644 index 0000000000..c01e6f2cd4 --- /dev/null +++ b/src/wp-admin/images/freedom-3.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wp-admin/images/freedom-4.svg b/src/wp-admin/images/freedom-4.svg new file mode 100644 index 0000000000..ff9a8d07e8 --- /dev/null +++ b/src/wp-admin/images/freedom-4.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wp-admin/images/freedoms.png b/src/wp-admin/images/freedoms.png deleted file mode 100644 index 84ca6c27dc..0000000000 Binary files a/src/wp-admin/images/freedoms.png and /dev/null differ diff --git a/src/wp-admin/images/privacy.png b/src/wp-admin/images/privacy.png deleted file mode 100644 index 7ef40f4de0..0000000000 Binary files a/src/wp-admin/images/privacy.png and /dev/null differ diff --git a/src/wp-admin/images/privacy.svg b/src/wp-admin/images/privacy.svg new file mode 100644 index 0000000000..4267891c72 --- /dev/null +++ b/src/wp-admin/images/privacy.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wp-admin/privacy.php b/src/wp-admin/privacy.php index 3fb44b1b67..c377389ead 100644 --- a/src/wp-admin/privacy.php +++ b/src/wp-admin/privacy.php @@ -36,10 +36,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
-
-

- +
+
+ +
+