Docs: Correct and improve various inline documentation.

See #42505

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


git-svn-id: http://core.svn.wordpress.org/trunk@42707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2018-03-25 19:35:29 +00:00
parent 2361ca884f
commit bbcb4300a3
10 changed files with 14 additions and 16 deletions

View File

@@ -97,7 +97,7 @@ class WP_Metadata_Lazyloader {
*
* @since 4.5.0
*
* @param array $object_ids Object IDs.
* @param array $object_ids Array of object IDs.
* @param string $object_type Type of object being queued.
* @param WP_Metadata_Lazyloader $lazyloader The lazy-loader object.
*/