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
This commit is contained in:
Drew Jaynes 2016-03-10 02:52:48 +00:00
parent 1d89f9e228
commit 807396f94e
1 changed files with 1 additions and 1 deletions

View File

@ -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
*