X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..ac7339a398e6df50f722bc9616291ce5447d8e5e:/wp-admin/credits.php diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 6d4eae10..4e160f4e 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -82,7 +82,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
@@ -104,7 +104,7 @@ if ( ! $credits ) { echo '

' . sprintf( __( 'WordPress is created by a worldwide team of passionate individuals. Get involved in WordPress.' ), 'https://wordpress.org/about/', /* translators: Url to the codex documentation on contributing to WordPress used on the credits page */ - __( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ) . '

'; + __( 'https://codex.wordpress.org/Contributing_to_WordPress' ) ) . '

'; include( ABSPATH . 'wp-admin/admin-footer.php' ); exit; } @@ -147,7 +147,7 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) { echo '
  • ' . "\n\t"; echo ''; $size = 'compact' == $group_data['type'] ? '30' : '60'; - echo '' . esc_attr( $person_data[0] ) . '' . "\n\t"; + echo '' . esc_attr( $person_data[0] ) . '' . "\n\t"; echo '' . $person_data[0] . "\n\t"; if ( ! $compact ) echo '' . translate( $person_data[3] ) . "\n"; @@ -179,6 +179,7 @@ __( 'Core Contributors to WordPress %s' ); __( 'Contributing Developers' ); __( 'Cofounder, Project Lead' ); __( 'Lead Developer' ); +__( 'Release Lead' ); __( 'User Experience Lead' ); __( 'Core Developer' ); __( 'Core Committer' );