From eb0c7d8864bbff543cf1262b1133f4d71a2bf000 Mon Sep 17 00:00:00 2001 From: spacedmonkey Date: Wed, 4 Oct 2023 12:16:22 +0000 Subject: [PATCH] Docs: Improve documentation for _prime_post_parents_caches(). Add in missing since PHPDoc block for `_prime_post_parents_caches` function added in [56763]. Props mukesh27. See #59188 Built from https://develop.svn.wordpress.org/trunk@56773 git-svn-id: http://core.svn.wordpress.org/trunk@56285 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index ea81bbd045..1f2c65e158 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -7801,6 +7801,8 @@ function _prime_post_caches( $ids, $update_term_cache = true, $update_meta_cache * * @global wpdb $wpdb WordPress database abstraction object. * + * @since 6.4.0 + * * @param int[] $ids ID list. */ function _prime_post_parents_caches( array $ids ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 230cc7186f..3a6f7c13e9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56772'; +$wp_version = '6.4-beta2-56773'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.