Changeset 5274 for trunk/bp-core/bp-core-moderation.php
- Timestamp:
- 11/05/2011 08:11:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-moderation.php
r5273 r5274 94 94 95 95 // Current user IP and user agent 96 $post['user_ip'] = bp_c urrent_user_ip();97 $post['user_ua'] = bp_c urrent_user_ua();96 $post['user_ip'] = bp_core_current_user_ip(); 97 $post['user_ua'] = bp_core_current_user_ua(); 98 98 99 99 // Post title and content … … 201 201 202 202 // Current user IP and user agent 203 $post['user_ip'] = bp_c urrent_user_ip();204 $post['user_ua'] = bp_c urrent_user_ua();203 $post['user_ip'] = bp_core_current_user_ip(); 204 $post['user_ua'] = bp_core_current_user_ua(); 205 205 206 206 // Post title and content
Note: See TracChangeset
for help on using the changeset viewer.