Make WordPress Core


Ignore:
Timestamp:
10/19/2010 07:38:42 AM (15 years ago)
Author:
nacin
Message:

Full @since's for 3.1.0.

File:
1 edited

Legend:

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

    r15839 r15842  
    43424342 * Finds hierarchy loops using a callback function that maps objects to parents.
    43434343 *
    4344  * @since 3.1
     4344 * @since 3.1.0
     4345 * @access private
    43454346 *
    43464347 * @param callback $callback function that accepts ( ID, callback_arg, ... ) and outputs parent_ID
     
    43494350 * @param array $override an array of ( ID => parent_ID, ... ) to use instead of $callback
    43504351 * @param array $callback_arg optional additional arguments to send to $callback
    4351  *
    4352  * @internal
    4353  *
    43544352 * @return array IDs of all members of loop
    43554353 */
     
    43694367 * If the hare ever laps the tortoise, there must be a loop.
    43704368 *
    4371  * @since 3.1
     4369 * @since 3.1.0
     4370 * @access private
    43724371 *
    43734372 * @param callback $callback function that accupts ( ID, callback_arg, ... ) and outputs parent_ID
     
    43784377 *             Only set to true if you already know the given $start is part of a loop
    43794378 *             (otherwise the returned array might include branches)
    4380  *
    4381  * @internal
    4382  *
    43834379 * @return mixed scalar ID of some arbitrary member of the loop, or array of IDs of all members of loop if $_return_loop
    43844380 */
Note: See TracChangeset for help on using the changeset viewer.