From 3f43833d5b0ab05957ed7bc937cded5d2e1c0eb1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 6 Jun 2019 23:51:24 +0000 Subject: [PATCH] Docs: Fix typo in `comment_class()` DocBlock. Props mbabker. Fixes #47499. git-svn-id: https://develop.svn.wordpress.org/trunk@45496 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 41031cba93..5158a6f8a7 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -423,7 +423,7 @@ function comment_author_url_link( $linktext = '', $before = '', $after = '', $co * Default empty. * @param int|WP_Comment $comment Comment ID or WP_Comment object. Default current comment. * @param int|WP_Post $post_id Post ID or WP_Post object. Default current post. - * @param bool $echo Optional. Whether to cho or return the output. + * @param bool $echo Optional. Whether to echo or return the output. * Default true. * @return string If `$echo` is false, the class will be returned. Void otherwise. */