Changeset 3222 for branches/plugin/bbp-includes/bbp-topic-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-topic-functions.php
r3180 r3222 190 190 'post_type' => bbp_get_topic_post_type() 191 191 ); 192 193 // Just in time manipulation of topic data before being created 194 $topic_data = apply_filters( 'bbp_new_topic_pre_insert', $topic_data ); 192 195 193 196 // Insert topic … … 444 447 ); 445 448 449 // Just in time manipulation of topic data before being edited 450 $topic_data = apply_filters( 'bbp_new_topic_pre_insert', $topic_data ); 451 446 452 // Insert topic 447 453 $topic_id = wp_update_post( $topic_data );
Note: See TracChangeset
for help on using the changeset viewer.