Changeset 3275 for branches/plugin/bbp-includes/bbp-reply-functions.php
- Timestamp:
- 05/29/2011 07:38:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-functions.php
r3268 r3275 299 299 } 300 300 301 // Update counts, etc... 301 /** Spam Check ************************************************/ 302 303 // If reply or topic are spam, officially spam this reply 304 if ( bbp_is_topic_spam( $topic_id ) || ( $reply_data['post_status'] == $bbp->spam_status_id ) ) 305 add_post_meta( $reply_id, '_bbp_spam_meta_status', 'publish' ); 306 307 /** Update counts, etc... *************************************/ 308 302 309 do_action( 'bbp_new_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply_author ); 303 310
Note: See TracChangeset
for help on using the changeset viewer.