Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2011 08:11:58 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Use new _core_ prefixed function names in bbp-core-moderation.php. See #3732.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-moderation.php

    r5273 r5274  
    9494
    9595    // Current user IP and user agent
    96     $post['user_ip'] = bp_current_user_ip();
    97     $post['user_ua'] = bp_current_user_ua();
     96    $post['user_ip'] = bp_core_current_user_ip();
     97    $post['user_ua'] = bp_core_current_user_ua();
    9898
    9999    // Post title and content
     
    201201
    202202    // Current user IP and user agent
    203     $post['user_ip'] = bp_current_user_ip();
    204     $post['user_ua'] = bp_current_user_ua();
     203    $post['user_ip'] = bp_core_current_user_ip();
     204    $post['user_ua'] = bp_core_current_user_ua();
    205205
    206206    // Post title and content
Note: See TracChangeset for help on using the changeset viewer.