Skip to:
Content

BuddyPress.org

Changeset 5273


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

Change filter names so they match function names in bbp-core-moderation. See #3732.

File:
1 edited

Legend:

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

    r5272 r5273  
    253253    $retval = preg_replace( '/[^0-9a-fA-F:., ]/', '', $_SERVER['REMOTE_ADDR'] );
    254254
    255     return apply_filters( 'bp_current_user_ip', $retval );
     255    return apply_filters( 'bp_core_current_user_ip', $retval );
    256256}
    257257
     
    271271        $retval = '';
    272272
    273     return apply_filters( 'bp_current_user_ua', $retval );
     273    return apply_filters( 'bp_core_current_user_ua', $retval );
    274274}
    275275
Note: See TracChangeset for help on using the changeset viewer.