--- a/wp/wp-admin/credits.php Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-admin/credits.php Wed Sep 21 18:19:35 2022 +0200
@@ -21,15 +21,14 @@
<div class="wrap about__container">
<div class="about__header">
- <div class="about__header-text">
- <?php _e( 'Speed. Search. Security.' ); ?>
+ <div class="about__header-title">
+ <h1>
+ <?php _e( 'Contributors' ); ?>
+ </h1>
</div>
- <div class="about__header-title">
- <p>
- <?php _e( 'WordPress' ); ?>
- <span><?php echo $display_version; ?></span>
- </p>
+ <div class="about__header-text">
+ <?php _e( 'WordPress 5.8 was created by a worldwide team of passionate individuals' ); ?>
</div>
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
@@ -40,36 +39,28 @@
</nav>
</div>
- <div class="about__section is-feature">
- <div class="column">
- <h1><?php _e( 'Credits' ); ?></h1>
-
+ <div class="about__section has-1-column">
+ <div class="column aligncenter">
<?php if ( ! $credits ) : ?>
<p>
<?php
printf(
- /* translators: 1: https://wordpress.org/about/, 2: https://make.wordpress.org/ */
- __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ),
- __( 'https://wordpress.org/about/' ),
- __( 'https://make.wordpress.org/' )
+ /* translators: 1: https://wordpress.org/about/ */
+ __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals.' ),
+ __( 'https://wordpress.org/about/' )
);
?>
+ <br />
+ <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
</p>
<?php else : ?>
<p>
- <?php _e( 'WordPress is created by a worldwide team of passionate individuals.' ); ?>
- </p>
- <p>
- <?php
- printf(
- /* translators: %s: https://make.wordpress.org/ */
- __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
- __( 'https://make.wordpress.org/' )
- );
- ?>
+ <?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>
</p>
<?php endif; ?>
@@ -87,7 +78,7 @@
<hr />
<div class="about__section">
- <div class="column has-subtle-background-color">
+ <div class="column is-edge-to-edge">
<?php wp_credits_section_title( $credits['groups']['core-developers'] ); ?>
<?php wp_credits_section_list( $credits, 'core-developers' ); ?>
<?php wp_credits_section_list( $credits, 'contributing-developers' ); ?>