Changeset 7006 for trunk/src/includes/users/capabilities.php
- Timestamp:
- 11/24/2019 01:38:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/capabilities.php
r6734 r7006 486 486 487 487 // Make array of post types to mark as spam 488 $post_types 489 $post_types 488 $post_types = array( bbp_get_topic_post_type(), bbp_get_reply_post_type() ); 489 $post_types = "'" . implode( "', '", $post_types ) . "'"; 490 490 491 491 // Loop through blogs and remove their posts
Note: See TracChangeset
for help on using the changeset viewer.