Changeset 42876 for trunk/src/wp-includes/functions.php
- Timestamp:
- 03/25/2018 07:32:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r42836 r42876 5458 5458 5459 5459 /** 5460 * Retrieve ids that are not already present in the cache.5460 * Retrieve IDs that are not already present in the cache. 5461 5461 * 5462 5462 * @since 3.4.0 5463 5463 * @access private 5464 5464 * 5465 * @param array $object_ids ID list.5465 * @param int[] $object_ids Array of IDs. 5466 5466 * @param string $cache_key The cache bucket to check against. 5467 * 5468 * @return array List of ids not present in the cache. 5467 * @return int[] Array of IDs not present in the cache. 5469 5468 */ 5470 5469 function _get_non_cached_ids( $object_ids, $cache_key ) {
Note: See TracChangeset
for help on using the changeset viewer.