We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300ed7f commit a7c801cCopy full SHA for a7c801c
src/wp-includes/comment.php
@@ -2769,7 +2769,7 @@ function wp_update_comment( $commentarr, $wp_error = false ) {
2769
* @since 2.5.0
2770
*
2771
* @param bool $defer
2772
- * @return bool Current defer status.
+ * @return bool Whether comment counting is deferred.
2773
*/
2774
function wp_defer_comment_counting( $defer = null ) {
2775
static $_defer = false;
0 commit comments