diff --git a/wp-includes/meta.php b/wp-includes/meta.php index 9ed3091a9c..bfdd59566c 100644 --- a/wp-includes/meta.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index a37fefda35..ad6ab777a0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.