Changeset 6974 for trunk/src/includes/common/functions.php
- Timestamp:
- 11/19/2019 09:01:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r6924 r6974 965 965 */ 966 966 function bbp_check_for_blacklist( $anonymous_data = array(), $author_id = 0, $title = '', $content = '' ) { 967 return bbp_check_for_moderation( $anonymous_data, $author_id, $title, $content, false );967 return bbp_check_for_moderation( $anonymous_data, $author_id, $title, $content, true ); 968 968 } 969 969
Note: See TracChangeset
for help on using the changeset viewer.