Changeset 2907 for trunk/bp-core/bp-core-templatetags.php
- Timestamp:
- 04/09/2010 04:19:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r2906 r2907 419 419 * 420 420 * @package BuddyPress Core 421 * @todo Move to a back-compat file? 422 * @deprecated Does not seem to be called anywhere in the core 421 423 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals() 422 424 */ … … 439 441 $selected = ''; 440 442 441 if ( function_exists('friends_install') ) {443 if ( bp_is_active( 'friends' ) ) { 442 444 if ( $nav_item['css_id'] == $bp->friends->id ) { 443 445 if ( friends_check_friendship( $bp->loggedin_user->id, $bp->displayed_user->id ) )
Note: See TracChangeset
for help on using the changeset viewer.