Skip to:
Content

bbPress.org

Changeset 6295


Ignore:
Timestamp:
02/20/2017 02:50:59 AM (8 years ago)
Author:
netweb
Message:

Theme Compat: Use tabs not spaces for indentation in BBP_Theme_Compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/theme-compat.php

    r6288 r6295  
    5757     * @param array $properties
    5858     */
    59     public function __construct( Array $properties = array() ) {
     59    public function __construct( Array $properties = array() ) {
    6060        $this->_data = $properties;
    6161    }
     
    459459 */
    460460function bbp_template_include_theme_compat( $template = '' ) {
    461    
     461
    462462    /**
    463463     * Bail if a root template was already found. This prevents unintended
Note: See TracChangeset for help on using the changeset viewer.