Changeset 19684 for trunk/wp-includes/plugin.php
- Timestamp:
- 01/05/2012 08:10:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/plugin.php
r19593 r19684 309 309 } 310 310 311 312 311 /** 313 312 * Hooks a function on to a specific action. … … 332 331 return add_filter($tag, $function_to_add, $priority, $accepted_args); 333 332 } 334 335 333 336 334 /**
Note: See TracChangeset
for help on using the changeset viewer.