Changeset 3222 for branches/plugin/bbp-includes/bbp-reply-functions.php
- Timestamp:
- 05/25/2011 08:45:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-functions.php
r3179 r3222 256 256 'post_type' => bbp_get_reply_post_type() 257 257 ); 258 259 // Just in time manipulation of reply data before being created 260 $reply_data = apply_filters( 'bbp_new_reply_pre_insert', $reply_data ); 258 261 259 262 // Insert reply … … 445 448 'post_content' => $reply_content 446 449 ); 450 451 // Just in time manipulation of reply data before being edited 452 $reply_data = apply_filters( 'bbp_new_reply_pre_insert', $reply_data ); 447 453 448 454 // Insert reply
Note: See TracChangeset
for help on using the changeset viewer.