Changeset 41971
- Timestamp:
- 10/23/2017 01:03:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/doAction.php
r41261 r41971 78 78 79 79 $hook->add_filter( $tag, $callback_one, $priority, $accepted_args ); 80 $hook->add_filter( $tag, $callback_two, $priority , $accepted_args );80 $hook->add_filter( $tag, $callback_two, $priority + 1, $accepted_args ); 81 81 $hook->do_action( array( $arg ) ); 82 82
Note: See TracChangeset
for help on using the changeset viewer.