Changeset 1814 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 09/07/2009 07:51:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r1789 r1814 288 288 /* Remove the 'You' and replace if with the persons name */ 289 289 if ( $filter_you && $full_name != '' ) { 290 $content[0] = preg_replace( "/{$full_name}[<]/", 'You<', $content[0] );290 $content[0] = preg_replace( "/{$full_name}[<]/", 'You<', $content[0], 1 ); 291 291 } 292 292 }
Note: See TracChangeset
for help on using the changeset viewer.