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
This commit is contained in:
Drew Jaynes 2016-03-10 17:50:01 +00:00
parent 7c7a95cf9f
commit cc4e2e3f64
1 changed files with 1 additions and 1 deletions

View File

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