' . esc_html( $display_name ) . ''; } include( './admin-header.php' ); ?>

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

'; include( './admin-footer.php' ); 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"; $gravatar = is_ssl() ? 'https://secure.gravatar.com/avatar/' : 'http://0.gravatar.com/avatar/'; foreach ( (array) $results['people'] as $group_slug => $members ) { echo '

' . translate( $results['groups'][ $group_slug ] ) . "

\n"; echo '\n"; } foreach ( (array) $results['lists'] as $group_slug => $members ) { $title = translate( $results['groups'][ $group_slug ] ); if ( isset( $results['data']['placeholders'][ $group_slug ] ) ) $title = vsprintf( $title, $results['data']['placeholders'][ $group_slug ] ); echo '

' . $title . "

\n\n"; array_walk( $members, '_wp_credits_add_profile_link', $results['data']['profile_prefix'] ); shuffle( $members ); echo wp_sprintf( '%l.', $members ); } ?>

Get involved in WordPress.' ), _x( 'http://codex.wordpress.org/Contributing_to_WordPress', 'Url to the codex documentation on contributing to WordPress used on the credits page' ) ); ?>