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-core/bp-core-component.php

    r4920 r4961  
    3434     */
    3535    var $slug;
    36    
    37     /**
    38      * @var bool Does this component need a top-level directory? 
     36
     37    /**
     38     * @var bool Does this component need a top-level directory?
    3939     */
    4040    var $has_directory;
     
    139139            foreach ( $r['global_tables'] as $global_name => $table_name )
    140140                $this->$global_name = $table_name;
    141        
     141
    142142        /** BuddyPress ********************************************************/
    143143
Note: See TracChangeset for help on using the changeset viewer.