Changeset 5329 for trunk/bp-core/bp-core-moderation.php
- Timestamp:
- 11/14/2011 05:19:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-moderation.php
r5278 r5329 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 56 * @uses is_super_admin() Allow super admins to bypass blacklist56 * @uses bp_current_user_can() Allow super admins to bypass blacklist 57 57 */ 58 58 function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = '' ) { … … 159 159 * @uses bp_current_author_ip() To get current user IP address 160 160 * @uses bp_current_author_ua() To get current user agent 161 * @uses is_super_admin() Allow super admins to bypass blacklist161 * @uses bp_current_user_can() Allow super admins to bypass blacklist 162 162 * @since 1.6 163 163 */
Note: See TracChangeset
for help on using the changeset viewer.