array( 'post' ), 'orderby' => 'post_count', 'order' => 'DESC', 'number' => 3, ) ); $author_count = count( get_users( array( 'has_published_posts' => array( 'post' ) ) ) ); ?>
ID, 48, '', $author->display_name ); ?>
$a->display_name, $authors ) ) ); if ( $author_count > count( $authors ) ) { /* translators: %s: comma-separated list of contributor names. */ printf( esc_html__( 'Content by %s and others', 'renku' ), $names_html ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } else { /* translators: %s: comma-separated list of contributor names. */ printf( esc_html__( 'Content by %s', 'renku' ), $names_html ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } ?>