Changeset 56811 for trunk/src/wp-includes/post.php
- Timestamp:
- 10/09/2023 11:01:15 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r56773 r56811 7798 7798 7799 7799 /** 7800 * Prime post parent caches.7800 * Prime the cache containing the parent ID of various post objects. 7801 7801 * 7802 7802 * @global wpdb $wpdb WordPress database abstraction object. … … 7806 7806 * @param int[] $ids ID list. 7807 7807 */ 7808 function _prime_post_parent s_caches( array $ids ) {7808 function _prime_post_parent_id_caches( array $ids ) { 7809 7809 global $wpdb; 7810 7810
Note: See TracChangeset
for help on using the changeset viewer.