Changeset 6845
- Timestamp:
- 08/01/2018 05:09:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/notifications.php
r6815 r6845 135 135 } 136 136 137 // Get aut ohr information137 // Get author information 138 138 $topic_author_id = bbp_get_topic_author_id( $topic_id ); 139 139 $secondary_item_id = $author_id; … … 147 147 $args = array( 148 148 'user_id' => $topic_author_id, 149 'item_id' => $ topic_id,149 'item_id' => $reply_id, 150 150 'component_name' => bbp_get_component_name(), 151 151 'component_action' => 'bbp_new_reply',
Note: See TracChangeset
for help on using the changeset viewer.