diff --git a/wp-includes/post.php b/wp-includes/post.php index 37930194ea..98aeef597f 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -5996,7 +5996,7 @@ function wp_delete_auto_drafts() { } /** - * Queue posts for lazyloading of term meta. + * Queues posts for lazy-loading of term meta. * * @since 4.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 3d6390f6ac..db3347fa98 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-36944'; +$wp_version = '4.5-beta3-36945'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.