From cc4e2e3f644ad6e6e46633ca65c9312d078a07a9 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 17:50:01 +0000 Subject: [PATCH] Docs: Improve the DocBlock summary for `wp_metadata_lazyloader()`, introduced in [36566]. See #35816. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36941 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/meta.php b/src/wp-includes/meta.php index 9ed3091a9c..bfdd59566c 100644 --- a/src/wp-includes/meta.php +++ b/src/wp-includes/meta.php @@ -852,7 +852,7 @@ function update_meta_cache($meta_type, $object_ids) { } /** - * Get the metadata lazyloading queue. + * Retrieves the queue for lazy-loading metadata. * * @since 4.5.0 *