Filters the comments count for display.
$comments_number_textstring$comments_numberintwp-includes/comment-template.php:1012get_comments_number_text() * @see _n() * * @param string $comments_number_text A translatable string formatted based on whether the count * is equal to 0, 1, or 1+. * @param int $comments_number The number of post comments. */ return apply_filters( 'comments_number', $comments_number_text, $comments_number );} /** * Retrieves the text of the current comment. * * @since 1.5.0Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.