' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "
\n"; foreach ( $credits['groups'] as $group_slug => $group_data ) { if ( $group_data['name'] ) { if ( 'Translators' == $group_data['name'] ) { // Considered a special slug in the API response. (Also, will never be returned for en_US.) $title = _x( 'Translators', 'Translate this to be the equivalent of English Translators in your language for the credits page Translators section' ); } elseif ( isset( $group_data['placeholders'] ) ) { $title = vsprintf( translate( $group_data['name'] ), $group_data['placeholders'] ); } else { $title = translate( $group_data['name'] ); } echo '' . wp_sprintf( '%l.', $group_data['data'] ) . "
\n\n"; break; case 'libraries' : array_walk( $group_data['data'], '_wp_credits_build_object_link' ); echo '' . wp_sprintf( '%l.', $group_data['data'] ) . "
\n\n"; break; default: $compact = 'compact' == $group_data['type']; $classes = 'wp-people-group ' . ( $compact ? 'compact' : '' ); echo 'Get involved in WordPress.' ), /* translators: URL to the Make WordPress 'Get Involved' landing page used on the credits page */ __( 'https://make.wordpress.org/' ) ); ?>