Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/05/2011 10:27:07 PM (14 years ago)
Author:
djpaul
Message:

Don't include wp-includes/registration.php if on WordPress 3.1. Fixes #2997

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-filters.php

    r3592 r3661  
    114114 */
    115115function bp_activity_at_name_filter( $content ) {
    116     include_once( ABSPATH . WPINC . '/registration.php' );
     116    bp_core_maybe_include_user_registration_file();
    117117
    118118    $usernames = bp_activity_find_mentions( $content );
Note: See TracChangeset for help on using the changeset viewer.