Changeset 3592 for trunk/bp-core/bp-core-templatetags.php
- Timestamp:
- 12/27/2010 10:57:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r3564 r3592 705 705 function bp_get_avatar_admin_step() { 706 706 global $bp; 707 707 708 708 if ( isset( $bp->avatar_admin->step ) ) 709 709 $step = $bp->avatar_admin->step; … … 719 719 function bp_get_avatar_to_crop() { 720 720 global $bp; 721 721 722 722 if ( isset( $bp->avatar_admin->image->url ) ) 723 723 $url = $bp->avatar_admin->image->url; … … 1024 1024 1025 1025 $options = array(); 1026 1026 1027 1027 if ( bp_is_active( 'xprofile' ) ) 1028 1028 $options['members'] = __( 'Members', 'buddypress' ); … … 1531 1531 else 1532 1532 $path = $current_blog->path; 1533 1533 1534 1534 if ( 'page' != get_option( 'show_on_front' ) || !$component || empty( $bp->pages->{$component} ) || $_SERVER['REQUEST_URI'] != $path ) 1535 1535 return false;
Note: See TracChangeset
for help on using the changeset viewer.