From 807396f94e87597c116bc4202b45804ec8e4fb3e Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 02:52:48 +0000 Subject: [PATCH] Docs: Improve the DocBlock summary for the `clean_comment_cache` action, introduced in [36405]. See #35610. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36922 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/comment.php b/src/wp-includes/comment.php index 50fce20509..55aca867a3 100644 --- a/src/wp-includes/comment.php +++ b/src/wp-includes/comment.php @@ -2570,7 +2570,7 @@ function clean_comment_cache($ids) { wp_cache_delete( $id, 'comment' ); /** - * Fires after a comment has been removed from the object cache. + * Fires immediately after a comment has been removed from the object cache. * * @since 4.5.0 *