Help/About: Update the About section for 5.8.

Update the image links to use the CDN. Use regular text color for headings. Fix two string issues. Remove unnecessary `wp-components` script & style.

Props nao, audrasjb, karmatosed, desrosj, javiarce, milana_cap.
See #52775.


Built from https://develop.svn.wordpress.org/trunk@51413


git-svn-id: http://core.svn.wordpress.org/trunk@51024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryelle 2021-07-13 00:12:56 +00:00
parent f2b3c983f6
commit a5cfc54fec
3 changed files with 14 additions and 23 deletions

View File

@ -9,9 +9,6 @@
/** WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';
wp_enqueue_script( 'wp-components' );
wp_enqueue_style( 'wp-components' );
/* translators: Page title of the About WordPress page in the admin. */
$title = _x( 'About', 'page title' );
@ -44,14 +41,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<hr />
<div class="about__section">
<h2 class="aligncenter has-accent-color">
<h2 class="aligncenter">
<?php _e( 'Three Essential Powerhouses' ); ?>
</h2>
</div>
<div class="about__section has-2-columns is-wider-left">
<div class="column about__image is-vertically-aligned-center is-edge-to-edge">
<img src="https://make.wordpress.org/core/files/2021/07/about-58-widgets-blocks.png" alt="" />
<img src="https://s.w.org/images/core/5.8/about-widgets-blocks.png" alt="" />
</div>
<div class="column">
<h3>
@ -77,17 +74,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<?php _e( 'Display Posts with New Blocks and Patterns' ); ?>
</h3>
<p>
<?php
printf(
/* translators: %s: Query Loop dev note link. */
__( 'The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like create a portfolio or a page full of your favorite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want. For our theme authors, learn more about experimenting with this awesome tool in the <a href="%s">Query Loop Block dev note</a>.' ),
'#'
);
?>
<?php _e( 'The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like create a portfolio or a page full of your favorite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want.' ); ?>
</p>
</div>
<div class="column about__image is-vertically-aligned-center is-edge-to-edge">
<img src="https://make.wordpress.org/core/files/2021/07/about-58-patterns.png" alt="" />
<img src="https://s.w.org/images/core/5.8/about-query-loop.png" alt="" />
</div>
</div>
@ -95,7 +86,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="about__section has-2-columns is-wider-left">
<div class="column about__image is-vertically-aligned-center is-edge-to-edge">
<img src="https://make.wordpress.org/core/files/2021/07/about-58-template.png" alt="" />
<img src="https://s.w.org/images/core/5.8/about-template.png" alt="" />
</div>
<div class="column">
<h3>
@ -112,14 +103,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<hr class="is-large" />
<div class="about__section">
<h2 class="aligncenter has-accent-color">
<h2 class="aligncenter">
<?php _e( 'Three Workflow Helpers' ); ?>
</h2>
</div>
<div class="about__section has-2-columns is-wider-left">
<div class="column about__image is-vertically-aligned-center is-edge-to-edge">
<img src="https://make.wordpress.org/core/files/2021/07/about-58-list-view.png" alt="" />
<img src="https://s.w.org/images/core/5.8/about-list-view.png" alt="" />
</div>
<div class="column">
<h3>
@ -147,7 +138,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
</p>
</div>
<div class="column about__image is-vertically-aligned-center is-edge-to-edge">
<img src="https://make.wordpress.org/core/files/2021/07/about-58-pattern-suggestions.png" alt="" />
<img src="https://s.w.org/images/core/5.8/about-pattern-suggestions.png" alt="" />
</div>
</div>
@ -155,7 +146,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="about__section has-2-columns is-wider-left">
<div class="column about__image is-vertically-aligned-center is-edge-to-edge">
<img src="https://make.wordpress.org/core/files/2021/07/about-58-duotone.png" alt="" />
<img src="https://s.w.org/images/core/5.8/about-duotone.png" alt="" />
</div>
<div class="column">
<h3>
@ -172,11 +163,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<hr class="is-large" />
<div class="about__section">
<h2 class="aligncenter has-accent-color">
<h2 class="aligncenter">
<?php _e( 'For Developers to Explore' ); ?>
</h2>
<div class="column about__image is-vertically-aligned-center is-edge-to-edge">
<img src="https://make.wordpress.org/core/files/2021/07/about-58-theme-json.png" alt="" />
<img src="https://s.w.org/images/core/5.8/about-theme-json.png" alt="" />
</div>
</div>

View File

@ -52,7 +52,7 @@ $credits = wp_credits();
);
?>
<br />
<a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>.
<a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
</p>
<?php else : ?>
@ -60,7 +60,7 @@ $credits = wp_credits();
<p>
<?php _e( 'Want to see your name in lights on this page?' ); ?>
<br />
<a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>.
<a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
</p>
<?php endif; ?>

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51410';
$wp_version = '5.9-alpha-51413';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.