Skip to content

Commit a7c801c

Browse files
committed
Clarify return description for wp_defer_comment_counting()
1 parent 300ed7f commit a7c801c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2769,7 +2769,7 @@ function wp_update_comment( $commentarr, $wp_error = false ) {
27692769
* @since 2.5.0
27702770
*
27712771
* @param bool $defer
2772-
* @return bool Current defer status.
2772+
* @return bool Whether comment counting is deferred.
27732773
*/
27742774
function wp_defer_comment_counting( $defer = null ) {
27752775
static $_defer = false;

0 commit comments

Comments
 (0)