Changeset 4259 for trunk/bp-activity/bp-activity-filters.php
- Timestamp:
- 04/23/2011 05:28:06 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-filters.php
r4239 r4259 114 114 */ 115 115 function bp_activity_at_name_filter( $content ) { 116 if ( ! function_exists( 'username_exists' ) )117 require_once( ABSPATH . WPINC . '/registration.php' );118 119 116 $usernames = bp_activity_find_mentions( $content ); 120 117
Note: See TracChangeset
for help on using the changeset viewer.