wp/wp-admin/credits.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-admin/credits.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/credits.php	Tue Sep 27 16:37:53 2022 +0200
@@ -10,6 +10,7 @@
 require_once __DIR__ . '/admin.php';
 require_once __DIR__ . '/includes/credits.php';
 
+// Used in the HTML title tag.
 $title = __( 'Credits' );
 
 list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
@@ -28,7 +29,13 @@
 		</div>
 
 		<div class="about__header-text">
-			<?php _e( 'WordPress 5.8 was created by a worldwide team of passionate individuals' ); ?>
+			<?php
+			printf(
+				/* translators: %s: Version number. */
+				__( 'WordPress %s was created by a worldwide team of passionate individuals' ),
+				$display_version
+			);
+			?>
 		</div>
 
 		<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">