Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (11 years ago)
Author:
r-a-y
Message:

Fix all the typos.

Props slaFFik.

See #6092.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r9210 r9308  
    179179
    180180    /**
    181      * Magic method for getting BuddyPress varibles.
     181     * Magic method for getting BuddyPress variables.
    182182     *
    183183     * @since BuddyPress (1.7.0)
     
    186186
    187187    /**
    188      * Magic method for setting BuddyPress varibles.
     188     * Magic method for setting BuddyPress variables.
    189189     *
    190190     * @since BuddyPress (1.7.0)
     
    366366        $this->lang_dir       = $this->plugin_dir . 'bp-languages';
    367367
    368         // Templates (theme compatability)
     368        // Templates (theme compatibility)
    369369        $this->themes_dir     = $this->plugin_dir . 'bp-templates';
    370370        $this->themes_url     = $this->plugin_url . 'bp-templates';
     
    420420        /** Update/Install ****************************************************/
    421421
    422         // Theme compatability
     422        // Theme compatibility
    423423        require( $this->plugin_dir . 'bp-core/bp-core-template-loader.php'     );
    424424        require( $this->plugin_dir . 'bp-core/bp-core-theme-compatibility.php' );
     
    580580
    581581    /**
    582      * Set up the default BuddyPress theme compatability location.
     582     * Set up the default BuddyPress theme compatibility location.
    583583     *
    584584     * @since BuddyPress (1.7.0)
Note: See TracChangeset for help on using the changeset viewer.