From 95a37a1e35527325af05660d275c28554d103d04 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 18:28:33 +0000 Subject: [PATCH] Docs: Improve the DocBlock summary for `wp_queue_posts_for_term_meta_lazyload()`, introduced in [36566]. See #35816. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36945 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index 37930194ea..98aeef597f 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -5996,7 +5996,7 @@ function wp_delete_auto_drafts() { } /** - * Queue posts for lazyloading of term meta. + * Queues posts for lazy-loading of term meta. * * @since 4.5.0 *