Docs: Improve the DocBlock summary for `wp_queue_comments_for_comment_meta_lazyload()`, introduced in [36566].

See #35816. See #35986.


git-svn-id: https://develop.svn.wordpress.org/trunk@36919 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-10 02:42:16 +00:00
parent bd1e46eb82
commit a982b5462c
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ function update_comment_meta($comment_id, $meta_key, $meta_value, $prev_value =
}
/**
* Queue comments for metadata lazyloading.
* Queues comments for metadata lazy-loading.
*
* @since 4.5.0
*