From 5a58e171d4fc86779dd23151d81793e2d6e29900 Mon Sep 17 00:00:00 2001 From: Jonny Harris Date: Wed, 4 Oct 2023 12:14:50 +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 git-svn-id: https://develop.svn.wordpress.org/trunk@56773 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index ea81bbd045..1f2c65e158 100644 --- a/src/wp-includes/post.php +++ b/src/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 ) {