Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (15 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

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

    r3564 r3592  
    705705    function bp_get_avatar_admin_step() {
    706706        global $bp;
    707        
     707
    708708        if ( isset( $bp->avatar_admin->step ) )
    709709            $step = $bp->avatar_admin->step;
     
    719719    function bp_get_avatar_to_crop() {
    720720        global $bp;
    721        
     721
    722722        if ( isset( $bp->avatar_admin->image->url ) )
    723723            $url = $bp->avatar_admin->image->url;
     
    10241024
    10251025    $options = array();
    1026    
     1026
    10271027    if ( bp_is_active( 'xprofile' ) )
    10281028        $options['members'] = __( 'Members', 'buddypress' );
     
    15311531    else
    15321532        $path = $current_blog->path;
    1533        
     1533
    15341534    if ( 'page' != get_option( 'show_on_front' ) || !$component || empty( $bp->pages->{$component} ) || $_SERVER['REQUEST_URI'] != $path )
    15351535        return false;
Note: See TracChangeset for help on using the changeset viewer.