Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/10/2011 06:32:02 AM (14 years ago)
Author:
djpaul
Message:

Tidy up whitespace. Fixes #3466, props cnorris23

File:
1 edited

Legend:

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

    r4958 r4961  
    196196    function bp_get_field_css_class( $class = false ) {
    197197        global $profile_template;
    198        
     198
    199199        $css_classes = array();
    200200
     
    710710        if ( !$group_id = bp_action_variable( 1 ) )
    711711            $group_id = 1;
    712            
     712
    713713        if ( !is_numeric( $group_id ) )
    714714            $group_id = 1;
Note: See TracChangeset for help on using the changeset viewer.