Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 09:32:04 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for cast variables.

File:
1 edited

Legend:

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

    r5609 r5729  
    220220
    221221    $usernames = bp_activity_find_mentions( $content );
    222     foreach( (array)$usernames as $username ) {
     222    foreach( (array) $usernames as $username ) {
    223223        if ( bp_is_username_compatibility_mode() )
    224224            $user_id = username_exists( $username );
Note: See TracChangeset for help on using the changeset viewer.