Help/About: Update the About section for 6.0.
Switch the images to use the s.w.org CDN. Update the font style and spacing on the About page. Update the header images for Credits, Freedoms, and Privacy. Props fcoveram, peterwilsoncc, SergeyBiryukov. Fixes #55434. Built from https://develop.svn.wordpress.org/trunk@53382 git-svn-id: http://core.svn.wordpress.org/trunk@52971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -37,8 +37,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
<div class="about__section">
|
||||
<div class="column">
|
||||
<h2 class="aligncenter">
|
||||
@@ -56,11 +54,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
<div class="about__section has-2-columns">
|
||||
<div class="column about__image is-vertically-aligned-center">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-writing-improvements.png" alt="" />
|
||||
<div class="column about__image is-vertically-aligned-top">
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-writing-improvements.png" alt="" />
|
||||
</div>
|
||||
<div class="column">
|
||||
<h3>
|
||||
@@ -88,16 +84,16 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<?php _e( 'Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. You can change both the available settings, like the font weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.' ); ?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="column about__image is-vertically-aligned-center">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-style-switcher.gif" alt="" />
|
||||
<div class="column about__image is-vertically-aligned-top">
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-style-switching.gif" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="about__section has-1-column">
|
||||
<div class="column about__image is-vertically-aligned-center">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-templates.png" alt="" />
|
||||
<div class="column about__image is-vertically-aligned-top">
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-templates.png" alt="" />
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="column" style="padding-bottom:0">
|
||||
<h3>
|
||||
<?php _e( 'More Template Choices' ); ?>
|
||||
</h3>
|
||||
@@ -110,28 +106,28 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<div class="about__section has-3-columns">
|
||||
<div class="column">
|
||||
<div class="about__image">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-sub-feature-1.png" alt="" />
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-sub-feature-1.png" alt="" />
|
||||
</div>
|
||||
<p><?php _e( 'Featured images can be used in the cover block.' ); ?></p>
|
||||
<p><?php _e( 'New featured image sizing controls make it easier to get the results you want.' ); ?></p>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="about__image">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-sub-feature-2.png" alt="" />
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-sub-feature-2.png" alt="" />
|
||||
</div>
|
||||
<p><?php _e( 'While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.' ); ?></p>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="about__image">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-sub-feature-3.png" alt="" />
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-sub-feature-3.png" alt="" />
|
||||
</div>
|
||||
<p><?php _e( 'The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="about__section has-2-columns is-wider-left">
|
||||
<div class="column about__image is-vertically-aligned-center">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-integrated-patterns.png" alt="" />
|
||||
<div class="column about__image is-vertically-aligned-top">
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-integrated-patterns.png" alt="" />
|
||||
</div>
|
||||
<div class="column">
|
||||
<h3>
|
||||
@@ -158,14 +154,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<?php _e( 'New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag-and-drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block.' ); ?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="column about__image is-vertically-aligned-center">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-list-view.png" alt="" />
|
||||
<div class="column about__image is-vertically-aligned-top">
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-list-view.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="about__section has-2-columns is-wider-left">
|
||||
<div class="column about__image is-vertically-aligned-center">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-block-locking-controls.png" alt="" />
|
||||
<div class="column about__image is-vertically-aligned-top">
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-block-locking-controls.png" alt="" />
|
||||
</div>
|
||||
<div class="column">
|
||||
<h3>
|
||||
@@ -177,6 +173,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="is-large" />
|
||||
|
||||
<div class="about__section" style="margin-bottom:0;">
|
||||
<div class="column">
|
||||
<h2 class="aligncenter">
|
||||
@@ -256,9 +254,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<hr class="is-large" />
|
||||
|
||||
<div class="about__section has-2-columns is-wider-right">
|
||||
<div class="column about__image is-vertically-aligned-center">
|
||||
<div class="column about__image is-vertically-aligned-top">
|
||||
<a href="#">
|
||||
<img src="https://make.wordpress.org/core/files/2022/05/about-60-video.png" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" />
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-video.png" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
@@ -284,7 +282,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
</div>
|
||||
|
||||
<div class="about__section has-3-columns">
|
||||
<div class="column">
|
||||
<div class="column" style="padding-top:0">
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
@@ -296,7 +294,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="column" style="padding-top:0">
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
@@ -307,7 +305,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="column" style="padding-top:0">
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
|
||||
Reference in New Issue
Block a user