Changeset 11447 for trunk/src/bp-core/bp-core-moderation.php
- Timestamp:
- 03/04/2017 06:26:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-moderation.php
r10881 r11447 54 54 * @param string $content The content being posted. 55 55 * @param string $error_type The error type to return. Either 'bool' or 'wp_error'. 56 * @return bool True if test is passed, false if fail.56 * @return bool|WP_Error True if test is passed, false if fail. 57 57 */ 58 58 function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = '', $error_type = 'bool' ) { … … 197 197 * @param string $content The content being posted. 198 198 * @param string $error_type The error type to return. Either 'bool' or 'wp_error'. 199 * @return bool True if test is passed, false if fail.199 * @return bool|WP_Error True if test is passed, false if fail. 200 200 */ 201 201 function bp_core_check_for_blacklist( $user_id = 0, $title = '', $content = '', $error_type = 'bool' ) {
Note: See TracChangeset
for help on using the changeset viewer.