--- a/wp/wp-admin/credits.php Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-admin/credits.php Fri Sep 05 18:40:08 2025 +0200
@@ -29,24 +29,19 @@
</div>
<div class="about__header-text">
- <?php
- printf(
- /* translators: %s: Version number. */
- __( 'WordPress %s was created by a worldwide team of passionate individuals' ),
- $display_version
- );
- ?>
+ <?php _e( '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' ); ?>">
- <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
- <a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
- <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
- <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
- </nav>
</div>
- <div class="about__section has-1-column">
+ <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
+ <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
+ <a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
+ <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
+ <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
+ <a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
+ </nav>
+
+ <div class="about__section has-1-column has-gutters">
<div class="column aligncenter">
<?php if ( ! $credits ) : ?>
@@ -59,7 +54,7 @@
);
?>
<br />
- <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
+ <a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
</p>
<?php else : ?>
@@ -67,7 +62,7 @@
<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="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
</p>
<?php endif; ?>
@@ -82,7 +77,7 @@
}
?>
- <hr />
+ <hr class="is-large" />
<div class="about__section">
<div class="column is-edge-to-edge">