Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/18/2012 06:03:00 PM (12 years ago)
Author:
r-a-y
Message:

EOF:

  • Fall in line with WordPress 3.4 coding practices by removing all EOF closing PHP tags.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-template.php

    r6321 r6342  
    22642264    function bp_get_groups_current_create_step() {
    22652265        global $bp;
    2266        
     2266
    22672267        if ( !empty( $bp->groups->current_create_step ) ) {
    22682268            $current_create_step = $bp->groups->current_create_step;
     
    22702270            $current_create_step = '';
    22712271        }
    2272        
     2272
    22732273        return apply_filters( 'bp_get_groups_current_create_step', $current_create_step );
    22742274    }
     
    24342434            $tab = '';
    24352435        }
    2436        
     2436
    24372437        return apply_filters( 'bp_get_current_group_admin_tab', $tab );
    24382438    }
     
    29512951            return $url;
    29522952    }
    2953 ?>
Note: See TracChangeset for help on using the changeset viewer.