Changeset 15590 for trunk/wp-includes/plugin.php
- Timestamp:
- 09/07/2010 11:21:11 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/plugin.php
r14924 r15590 728 728 * @param callback $function Used for creating unique id 729 729 * @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 action731 730 * @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. 732 731 */
Note: See TracChangeset
for help on using the changeset viewer.