Changeset 9308 for trunk/src/bp-loader.php
- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-loader.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-loader.php
r9210 r9308 179 179 180 180 /** 181 * Magic method for getting BuddyPress vari bles.181 * Magic method for getting BuddyPress variables. 182 182 * 183 183 * @since BuddyPress (1.7.0) … … 186 186 187 187 /** 188 * Magic method for setting BuddyPress vari bles.188 * Magic method for setting BuddyPress variables. 189 189 * 190 190 * @since BuddyPress (1.7.0) … … 366 366 $this->lang_dir = $this->plugin_dir . 'bp-languages'; 367 367 368 // Templates (theme compat ability)368 // Templates (theme compatibility) 369 369 $this->themes_dir = $this->plugin_dir . 'bp-templates'; 370 370 $this->themes_url = $this->plugin_url . 'bp-templates'; … … 420 420 /** Update/Install ****************************************************/ 421 421 422 // Theme compat ability422 // Theme compatibility 423 423 require( $this->plugin_dir . 'bp-core/bp-core-template-loader.php' ); 424 424 require( $this->plugin_dir . 'bp-core/bp-core-theme-compatibility.php' ); … … 580 580 581 581 /** 582 * Set up the default BuddyPress theme compat ability location.582 * Set up the default BuddyPress theme compatibility location. 583 583 * 584 584 * @since BuddyPress (1.7.0)
Note: See TracChangeset
for help on using the changeset viewer.