diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index 3ca2f9fdc7..1b9646027f 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -53,6 +53,12 @@ if ( ! $credits ) { echo '
' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "
\n"; +echo '' . sprintf( + /* translators: %s: https://make.wordpress.org/ */ + __( 'Want to see your name in lights on this page? Get involved in WordPress.' ), + __( 'https://make.wordpress.org/' ) +) . '
'; + foreach ( $credits['groups'] as $group_slug => $group_data ) { if ( $group_data['name'] ) { if ( 'Translators' == $group_data['name'] ) { @@ -104,16 +110,6 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) { } ?> --Get involved in WordPress.' ), - __( 'https://make.wordpress.org/' ) - ); -?> -
-