Skip to content

Commit d658851

Browse files
committed
Help/About: WordPress 5.8 About Page.
This is the start of the WordPress 5.8 about page, introducing new content and a first pass of the new style. Props chanthaboune, cbringmann, webcommsat, marybaum, melchoyce, shaunandrews, desrosj, ryelle, oglekler, yvettesonneveld, nalininonstopnewsuk, meher, femkreations, alanjacobmathew, courane01, annezazu, matveb, milana_cap, javiarce, ryokuhi, audrasjb. See #52775. git-svn-id: https://develop.svn.wordpress.org/trunk@51264 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3c1ab39 commit d658851

14 files changed

Lines changed: 315 additions & 356 deletions

src/wp-admin/about.php

Lines changed: 122 additions & 182 deletions
Large diffs are not rendered by default.

src/wp-admin/credits.php

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,14 @@
2121
<div class="wrap about__container">
2222

2323
<div class="about__header">
24-
<div class="about__header-image">
25-
<img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo esc_url( admin_url( 'images/about-badge.svg' ) ); ?>" />
24+
<div class="about__header-title">
25+
<h1>
26+
<?php _e( 'Contributors' ); ?>
27+
</h1>
2628
</div>
2729

28-
<div class="about__header-container">
29-
<div class="about__header-title">
30-
<p>
31-
<?php _e( 'WordPress' ); ?>
32-
<?php echo $display_version; ?>
33-
</p>
34-
</div>
35-
36-
<div class="about__header-text">
37-
<?php _e( 'Jazz up your stories in an editor that’s cleaner, crisper, and does more to get out of your way.' ); ?>
38-
</div>
30+
<div class="about__header-text">
31+
<?php _e( 'WordPress 5.8 was created by a worldwide team of passionate individuals' ); ?>
3932
</div>
4033

4134
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
@@ -47,9 +40,7 @@
4740
</div>
4841

4942
<div class="about__section is-feature">
50-
<div class="column">
51-
<h1><?php _e( 'Credits' ); ?></h1>
52-
43+
<div class="column aligncenter">
5344
<?php if ( ! $credits ) : ?>
5445

5546
<p>
@@ -93,7 +84,7 @@
9384
<hr />
9485

9586
<div class="about__section">
96-
<div class="column has-subtle-background-color">
87+
<div class="column is-edge-to-edge">
9788
<?php wp_credits_section_title( $credits['groups']['core-developers'] ); ?>
9889
<?php wp_credits_section_list( $credits, 'core-developers' ); ?>
9990
<?php wp_credits_section_list( $credits, 'contributing-developers' ); ?>

0 commit comments

Comments
 (0)