Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/23/2011 05:28:06 PM (14 years ago)
Author:
djpaul
Message:

No need to include registration.php; file was merged with user.php in WP 3.1.

File:
1 edited

Legend:

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

    r4118 r4259  
    4242
    4343    if ( $usernames = bp_activity_find_mentions( strip_tags( $activity->content ) ) ) {
    44         if ( ! function_exists( 'username_exists' ) )
    45             require_once( ABSPATH . WPINC . '/registration.php' );
    46 
    4744        foreach( (array)$usernames as $username ) {
    4845            if ( !$user_id = username_exists( $username ) )
Note: See TracChangeset for help on using the changeset viewer.