Changeset 30105 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 10/30/2014 01:04:55 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/plugin.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r29789 r30105 358 358 * @since 3.9.0 359 359 * 360 * @uses current_filter()361 *362 360 * @return string Hook name of the current action. 363 361 */ … … 401 399 * 402 400 * @since 3.9.0 403 *404 * @uses doing_filter()405 401 * 406 402 * @param string|null $action Optional. Action to check. Defaults to null, which checks … … 421 417 * 422 418 * @since 1.2.0 423 *424 * @uses add_filter() Adds an action. Parameter list and functionality are the same.425 419 * 426 420 * @param string $tag The name of the action to which the $function_to_add is hooked. … … 647 641 * @since 1.5.0 648 642 * 649 * @uses WP_PLUGIN_DIR, WPMU_PLUGIN_DIR650 *651 643 * @param string $file The filename of plugin. 652 644 * @return string The name of a plugin. … … 832 824 * @since 2.5.0 833 825 * @access private 834 *835 * @uses $wp_filter Used to process all of the functions in the 'all' hook.836 826 * 837 827 * @param array $args The collected parameters from the hook that was called.
Note: See TracChangeset
for help on using the changeset viewer.