Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/07/2009 07:51:46 PM (16 years ago)
Author:
apeatling
Message:

Fixing the double "You" problem on activity items that contain users that have the same name. Fixes #915

File:
1 edited

Legend:

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

    r1789 r1814  
    288288        /* Remove the 'You' and replace if with the persons name */
    289289        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 );             
    291291        }
    292292    }
Note: See TracChangeset for help on using the changeset viewer.