Changeset 3275 for branches/plugin/bbp-includes/bbp-topic-functions.php
- Timestamp:
- 05/29/2011 07:38:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-functions.php
r3265 r3275 235 235 } 236 236 237 // Update counts, etc... 237 /** Spam Check ************************************************/ 238 239 // If reply or topic are spam, officially spam this reply 240 if ( $topic_data['post_status'] == $bbp->spam_status_id ) 241 add_post_meta( $topic_id, '_bbp_spam_meta_status', 'publish' ); 242 243 /** Update counts, etc... *************************************/ 244 238 245 do_action( 'bbp_new_topic', $topic_id, $forum_id, $anonymous_data, $topic_author ); 239 246
Note: See TracChangeset
for help on using the changeset viewer.