Changeset 11214
- Timestamp:
- 10/26/2016 07:20:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/src/bp-loader.php
r11205 r11214 511 511 512 512 // Skip or load deprecated content 513 if ( $this->load_deprecated || ! bp_get_option( '_bp_ignore_deprecated_code' )) {513 if ( false !== $this->load_deprecated ) { 514 514 require( $this->plugin_dir . 'bp-core/deprecated/1.2.php' ); 515 515 require( $this->plugin_dir . 'bp-core/deprecated/1.5.php' );
Note: See TracChangeset
for help on using the changeset viewer.