' . 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/',
'http://codex.wordpress.org/Contributing_to_WordPress' ) . '';
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 ( $results['people'] as $group_slug => $members ) {
echo '
' . translate( $results['groups'][ $group_slug ] ) . "
\n";
echo '
' . "\n";
shuffle( $members ); // We were going to sort by ability to pronounce "hierarchical," but that wouldn't be fair to Matt.
foreach ( $members as $member_slug => $member ) {
echo '- ' . $member[0] . '
' . translate( $member[1] ) . " \n";
}
echo "
\n";
}
if ( isset( $results['props'] ) ) {
echo '
' . sprintf( translate( $results['groups']['props'] ), $results['data']['version'] ) . "
\n\n";
array_walk( $results['props'], '_wp_credits_add_profile_link', $results['data']['profile_prefix'] );
shuffle( $results['props'] );
echo wp_sprintf( '%l.', $results['props'] );
}
?>
Get involved in WordPress.' ), 'http://codex.wordpress.org/Contributing_to_WordPress' ); ?>