Changeset 12266
- Timestamp:
- 10/31/2018 04:11:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/class-buddypress.php
r12264 r12266 510 510 } 511 511 512 if ( defined( 'WP_CLI' ) && file_exists( $this->plugin_dir . 'cli/wp-cli-bp.php' ) ) { 512 // Load wp-cli module if PHP 5.4+ 513 if ( defined( 'WP_CLI' ) && file_exists( $this->plugin_dir . 'cli/wp-cli-bp.php' ) && version_compare( phpversion(), '5.4.0', '>=' ) ) { 513 514 require( $this->plugin_dir . 'cli/wp-cli-bp.php' ); 514 515 }
Note: See TracChangeset
for help on using the changeset viewer.