Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/06/2009 03:07:48 AM (17 years ago)
Author:
apeatling
Message:

Converted $bp as an array to $bp as an object. See this post for more info: http://buddypress.org/forums/topic.php?id=1125

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-cssjs.php

    r884 r1021  
    99        global $bp;
    1010
    11         if ( $bp['current_component'] == $bp['friends']['slug'] )
     11        if ( $bp->current_component == $bp->friends->slug )
    1212                wp_enqueue_script( 'bp-friends-js', site_url( MUPLUGINDIR . '/bp-friends/js/general.js' ) );
    1313}
Note: See TracChangeset for help on using the changeset viewer.