Changeset 3223
- Timestamp:
- 05/25/2011 08:46:46 AM (14 years ago)
- Location:
- branches/plugin/bbp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-functions.php
r3222 r3223 450 450 451 451 // Just in time manipulation of reply data before being edited 452 $reply_data = apply_filters( 'bbp_ new_reply_pre_insert', $reply_data );452 $reply_data = apply_filters( 'bbp_edit_reply_pre_insert', $reply_data ); 453 453 454 454 // Insert reply -
branches/plugin/bbp-includes/bbp-topic-functions.php
r3222 r3223 448 448 449 449 // Just in time manipulation of topic data before being edited 450 $topic_data = apply_filters( 'bbp_ new_topic_pre_insert', $topic_data );450 $topic_data = apply_filters( 'bbp_edit_topic_pre_insert', $topic_data ); 451 451 452 452 // Insert topic
Note: See TracChangeset
for help on using the changeset viewer.