- Timestamp:
- 03/15/2023 08:16:46 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/class.BP_Activity_Activity.php
r13396 r13436 330 330 // bp_activity_new_comment() doesn't allow date_recorded 331 331 $a3 = bp_activity_add( array( 332 'action' => sprintf( __( '%s posted a new activity comment', 'buddypress' ), bp_ get_loggedin_user_link() ) ,332 'action' => sprintf( __( '%s posted a new activity comment', 'buddypress' ), bp_loggedin_user_url() ) , 333 333 'content' => 'Candy is good', 334 334 'component' => buddypress()->activity->id,
Note: See TracChangeset
for help on using the changeset viewer.