Changeset 11978 for trunk/src/class-buddypress.php
- Timestamp:
- 04/16/2018 06:14:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/class-buddypress.php
r11961 r11978 491 491 require( $this->plugin_dir . 'bp-core/deprecated/2.9.php' ); 492 492 require( $this->plugin_dir . 'bp-core/deprecated/3.0.php' ); 493 } 494 495 if ( defined( 'WP_CLI' ) && file_exists( $this->plugin_dir . 'cli/wp-cli-bp.php' ) ) { 496 require( $this->plugin_dir . 'cli/wp-cli-bp.php' ); 493 497 } 494 498 }
Note: See TracChangeset
for help on using the changeset viewer.