' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "
\n";
+?>
-echo '
' . sprintf(
- /* translators: %s: https://make.wordpress.org/ */
- __( 'Want to see your name in lights on this page? Get involved in WordPress.' ),
- __( 'https://make.wordpress.org/' )
-) . '
';
+
-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'] ) ) {
- // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText
- $title = vsprintf( translate( $group_data['name'] ), $group_data['placeholders'] );
- } else {
- // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText
- $title = translate( $group_data['name'] );
- }
+
+
+
+
+
+
+
- echo '
' . esc_html( $title ) . "
\n";
- }
+
- if ( ! empty( $group_data['shuffle'] ) ) {
- shuffle( $group_data['data'] ); // We were going to sort by ability to pronounce "hierarchical," but that wouldn't be fair to Matt.
- }
+