Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/23/2011 05:28:06 PM (15 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-filters.php

    r4239 r4259  
    114114 */
    115115function bp_activity_at_name_filter( $content ) {
    116     if ( ! function_exists( 'username_exists' ) )
    117         require_once( ABSPATH . WPINC . '/registration.php' );
    118 
    119116    $usernames = bp_activity_find_mentions( $content );
    120117
Note: See TracChangeset for help on using the changeset viewer.