From a982b5462ca1cd62c80381202c4bc61c6bf3f6c9 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 02:42:16 +0000 Subject: [PATCH] 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 --- 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 450eae5d19..f9d8eec9f3 100644 --- a/src/wp-includes/comment.php +++ b/src/wp-includes/comment.php @@ -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 *