Changeset 6259 for trunk/bp-core/bp-core-moderation.php
- Timestamp:
- 08/18/2012 10:15:09 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-moderation.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-moderation.php
r6093 r6259 5 5 * @package BuddyPress 6 6 * @subpackage Core 7 * @since 1.67 * @since BuddyPress (1.6) 8 8 */ 9 9 … … 21 21 * @param int $user_id User id to check for flood 22 22 * @return bool True if there is no flooding, true if there is 23 * @since 1.623 * @since BuddyPress (1.6) 24 24 * @uses current_user_can() To check if the current user can throttle 25 25 * @uses bp_get_option() To get the throttle time … … 51 51 * @param string $content The content being posted 52 52 * @return bool True if test is passed, false if fail 53 * @since 1.653 * @since BuddyPress (1.6) 54 54 * @uses bp_current_author_ip() To get current user IP address 55 55 * @uses bp_current_author_ua() To get current user agent … … 160 160 * @uses bp_current_author_ua() To get current user agent 161 161 * @uses bp_current_user_can() Allow super admins to bypass blacklist 162 * @since 1.6162 * @since BuddyPress (1.6) 163 163 */ 164 164 function bp_core_check_for_blacklist( $user_id = 0, $title = '', $content = '' ) { … … 242 242 * 243 243 * @return string 244 * @since 1.6244 * @since BuddyPress (1.6) 245 245 */ 246 246 function bp_core_current_user_ip() { … … 254 254 * 255 255 * @return string 256 * @since 1.6256 * @since BuddyPress (1.6) 257 257 */ 258 258 function bp_core_current_user_ua() {
Note: See TracChangeset
for help on using the changeset viewer.