Changeset 4964
- Timestamp:
- 05/28/2013 07:02:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/replies.php
r4950 r4964 314 314 // Allow other fun things to happen 315 315 do_action( 'bbp_reply_attributes_metabox_save', $reply_id, $topic_id, $forum_id, $reply_to ); 316 do_action( 'bbp_author_metabox_save', $reply_id, $anonymous_data );316 do_action( 'bbp_author_metabox_save', $reply_id, $anonymous_data ); 317 317 318 318 return $reply_id;
Note: See TracChangeset
for help on using the changeset viewer.