Changeset 10825 for trunk/src/bp-core/bp-core-moderation.php
- Timestamp:
- 05/29/2016 06:12:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-moderation.php
r10356 r10825 20 20 * 21 21 * @since 1.6.0 22 *23 * @uses current_user_can() To check if the current user can throttle.24 * @uses bp_get_option() To get the throttle time.25 * @uses get_transient() To get the last posted transient of the ip.26 * @uses get_user_meta() To get the last posted meta of the user.27 22 * 28 23 * @param int $user_id User id to check for flood. … … 53 48 * 54 49 * @since 1.6.0 55 *56 * @uses bp_current_author_ip() To get current user IP address.57 * @uses bp_current_author_ua() To get current user agent.58 * @uses bp_current_user_can() Allow super admins to bypass blacklist.59 50 * 60 51 * @param int $user_id Topic or reply author ID. … … 191 182 * @since 1.6.0 192 183 * 193 * @uses bp_current_author_ip() To get current user IP address.194 * @uses bp_current_author_ua() To get current user agent.195 * @uses bp_current_user_can() Allow super admins to bypass blacklist.196 *197 184 * @param int $user_id Topic or reply author ID. 198 185 * @param string $title The title of the content.
Note: See TracChangeset
for help on using the changeset viewer.