Make WordPress Core


Ignore:
Timestamp:
11/18/2010 07:12:48 PM (13 years ago)
Author:
nacin
Message:

More param fixes, props duck_. see #14783.

File:
1 edited

Legend:

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

    r16438 r16469  
    43614361 *
    43624362 * @param callback $callback function that accepts ( ID, $callback_args ) and outputs parent_ID
    4363  * @param $start The ID to start the loop check at
    4364  * @param $start_parent the parent_ID of $start to use instead of calling $callback( $start ). Use null to always use $callback
     4363 * @param int $start The ID to start the loop check at
     4364 * @param int $start_parent the parent_ID of $start to use instead of calling $callback( $start ). Use null to always use $callback
    43654365 * @param array $callback_args optional additional arguments to send to $callback
    43664366 * @return array IDs of all members of loop
     
    43854385 *
    43864386 * @param callback $callback function that accupts ( ID, callback_arg, ... ) and outputs parent_ID
    4387  * @param $start The ID to start the loop check at
     4387 * @param int $start The ID to start the loop check at
    43884388 * @param array $override an array of ( ID => parent_ID, ... ) to use instead of $callback
    43894389 * @param array $callback_args optional additional arguments to send to $callback
Note: See TracChangeset for help on using the changeset viewer.