Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (15 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

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

    r14924 r15590  
    728728 * @param callback $function Used for creating unique id
    729729 * @param int|bool $priority Used in counting how many hooks were applied.  If === false and $function is an object reference, we return the unique id only if it already has one, false otherwise.
    730  * @param string $type filter or action
    731730 * @return string|bool Unique ID for usage as array key or false if $priority === false and $function is an object reference, and it does not already have a uniqe id.
    732731 */
Note: See TracChangeset for help on using the changeset viewer.