Changeset 10012 for trunk/src/bp-core/bp-core-moderation.php
- Timestamp:
- 07/12/2015 12:49:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-moderation.php
r9819 r10012 27 27 * 28 28 * @param int $user_id User id to check for flood. 29 * 29 30 * @return bool True if there is no flooding, false if there is. 30 31 */ … … 58 59 * @uses bp_current_user_can() Allow super admins to bypass blacklist. 59 60 * 60 * @param int $user_id Topic or reply author ID.61 * @param string $title The title of the content.61 * @param int $user_id Topic or reply author ID. 62 * @param string $title The title of the content. 62 63 * @param string $content The content being posted. 64 * 63 65 * @return bool True if test is passed, false if fail. 64 66 */ … … 192 194 * @uses bp_current_user_can() Allow super admins to bypass blacklist. 193 195 * 194 * @param int $user_id Topic or reply author ID.195 * @param string $title The title of the content.196 * @param int $user_id Topic or reply author ID. 197 * @param string $title The title of the content. 196 198 * @param string $content The content being posted. 199 * 197 200 * @return bool True if test is passed, false if fail. 198 201 */ … … 331 334 * @since BuddyPress (1.6.0) 332 335 * 333 * @param string $retval Current user's user-agent 336 * @param string $retval Current user's user-agent. 334 337 */ 335 338 return apply_filters( 'bp_core_current_user_ua', $retval );
Note: See TracChangeset
for help on using the changeset viewer.