Changeset 11256 for trunk/tests/phpunit/testcases/activity/actions.php
- Timestamp:
- 11/28/2016 10:33:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/actions.php
r10550 r11256 82 82 83 83 // Temporarily remove post type activity hook so activity item isn't created. 84 remove_action( 'transition_post_status', 'bp_activity_catch_transition_post_type_status', 10 , 3);84 remove_action( 'transition_post_status', 'bp_activity_catch_transition_post_type_status', 10 ); 85 85 86 86 // Create the initial post.
Note: See TracChangeset
for help on using the changeset viewer.