Make WordPress Core


Ignore:
Timestamp:
03/25/2018 07:32:24 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42836 r42876  
    54585458
    54595459/**
    5460  * Retrieve ids that are not already present in the cache.
     5460 * Retrieve IDs that are not already present in the cache.
    54615461 *
    54625462 * @since 3.4.0
    54635463 * @access private
    54645464 *
    5465  * @param array  $object_ids ID list.
     5465 * @param int[]  $object_ids Array of IDs.
    54665466 * @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.
    54695468 */
    54705469function _get_non_cached_ids( $object_ids, $cache_key ) {
Note: See TracChangeset for help on using the changeset viewer.