From a1327b5eb6db6b4505ca8299f3a27ba0546f33e5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 30 Apr 2018 03:15:23 +0000 Subject: [PATCH] Help/About: Move "Get involved" link on Credits screen to the top of the page for better visibility. Props bridgetwillard, desrosj. See #23348. git-svn-id: https://develop.svn.wordpress.org/trunk@43032 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/credits.php | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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/' ) - ); -?> -

-