Changeset 4259 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 04/23/2011 05:28:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r4118 r4259 42 42 43 43 if ( $usernames = bp_activity_find_mentions( strip_tags( $activity->content ) ) ) { 44 if ( ! function_exists( 'username_exists' ) )45 require_once( ABSPATH . WPINC . '/registration.php' );46 47 44 foreach( (array)$usernames as $username ) { 48 45 if ( !$user_id = username_exists( $username ) )
Note: See TracChangeset
for help on using the changeset viewer.