Make WordPress Core


Ignore:
Timestamp:
10/04/2023 12:14:50 PM (3 years ago)
Author:
spacedmonkey
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r56763 r56773  
    78027802 * @global wpdb $wpdb WordPress database abstraction object.
    78037803 *
     7804 * @since 6.4.0
     7805 *
    78047806 * @param int[] $ids ID list.
    78057807 */
Note: See TracChangeset for help on using the changeset viewer.