X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b3ddbea8a296025a672b3c3ddca158dc51ed8080..2394dc71e94f8323dc422e89f9841959de78d328:/wp-admin/credits.php diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 773053a9..cdc84c7c 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -10,39 +10,6 @@ require_once( './admin.php' ); $title = __( 'Credits' ); -$parent_file = 'index.php'; - -add_contextual_help($current_screen, - '

' . __('Each name or handle is a link to that person’s profile in the WordPress.org community directory.') . '

' . - '

' . __('You can register your own profile at this link to start contributing.') . '

' . - '

' . __('WordPress always needs more people to report bugs, patch bugs, test betas, work on UI design, translate strings, write documentation, and add questions/answers/suggestions to the Support Forums. Join in!') . '

' . - '

' . __('For more information:') . '

' . - '

' . __('Documentation on Contributing to WordPress') . '

' . - '

' . __('Support Forums') . '

' -); - -add_action( 'admin_head', '_wp_credits_add_css' ); -function _wp_credits_add_css() { ?> - -' . $data[0] . ''; } +list( $display_version ) = explode( '-', $wp_version ); + include( './admin-header.php' ); ?> -
- -

+
+ +

+ +
+ +
+ + ' . sprintf( __( 'WordPress is created by a worldwide team of passionate individuals. Get involved in WordPress.' ), + echo '

' . sprintf( __( 'WordPress is created by a worldwide team of passionate individuals. Get involved in WordPress.' ), 'http://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' ) ) . '

'; @@ -94,7 +77,7 @@ if ( ! $credits ) { exit; } -echo '

' . __( 'WordPress is created by a worldwide team of passionate individuals. We couldn’t possibly list them all, but here some of the most influential people currently involved with the project:' ) . "

\n"; +echo '

' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "

\n"; $gravatar = is_ssl() ? 'https://secure.gravatar.com/avatar/' : 'http://0.gravatar.com/avatar/'; @@ -109,7 +92,7 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) { $title = translate( $group_data['name'] ); } - echo '

' . $title . "

\n"; + echo '

' . $title . "

\n"; } if ( ! empty( $group_data['shuffle'] ) ) @@ -135,7 +118,7 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) { echo '' . esc_attr( $person_data[0] ) . '' . "\n\t"; echo '' . $person_data[0] . "\n\t"; if ( ! $compact ) - echo '
' . translate( $person_data[3] ) . "\n"; + echo '' . translate( $person_data[3] ) . "\n"; echo "\n"; } echo "\n"; @@ -158,11 +141,14 @@ return; // These are strings returned by the API that we want to be translatable __( 'Project Leaders' ); __( 'Extended Core Team' ); +__( 'Core Developers' ); __( 'Recent Rockstars' ); __( 'Core Contributors to WordPress %s' ); +__( 'Contributing Developers' ); __( 'Cofounder, Project Lead' ); __( 'Lead Developer' ); __( 'User Experience Lead' ); +__( 'Core Developer' ); __( 'Core Committer' ); __( 'Guest Committer' ); __( 'Developer' ); @@ -171,6 +157,5 @@ __( 'XML-RPC' ); __( 'Internationalization' ); __( 'External Libraries' ); __( 'Icon Design' ); -__( 'Blue Color Scheme' ); ?>