wp/wp-includes/class-wp-metadata-lazyloader.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
--- a/wp/wp-includes/class-wp-metadata-lazyloader.php	Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-includes/class-wp-metadata-lazyloader.php	Mon Oct 14 18:28:13 2019 +0200
@@ -52,7 +52,7 @@
 	 */
 	public function __construct() {
 		$this->settings = array(
-			'term' => array(
+			'term'    => array(
 				'filter'   => 'get_term_metadata',
 				'callback' => array( $this, 'lazyload_term_meta' ),
 			),
@@ -97,7 +97,7 @@
 		 *
 		 * @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.
 		 */