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
This commit is contained in:
spacedmonkey 2023-10-04 12:16:22 +00:00
parent 43804e0d08
commit eb0c7d8864
2 changed files with 3 additions and 1 deletions

View File

@ -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 ) {

View File

@ -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.