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

See #35816. See #35986.

Built from https://develop.svn.wordpress.org/trunk@36941


git-svn-id: http://core.svn.wordpress.org/trunk@36909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-10 17:50:27 +00:00
parent d5e084a5b7
commit a89fee749a
2 changed files with 2 additions and 2 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
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta3-36940';
$wp_version = '4.5-beta3-36941';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.