Changeset 10851 for trunk/src/bp-activity/bp-activity-classes.php
- Timestamp:
- 06/01/2016 04:27:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-classes.php
r10849 r10851 16 16 17 17 // Embeds - only applicable for WP 4.5+ 18 if ( bp_get_major_wp_version() >= 4.5&& bp_is_active( 'activity', 'embeds' ) ) {18 if ( version_compare( $GLOBALS['wp_version'], '4.5', '>=' ) && bp_is_active( 'activity', 'embeds' ) ) { 19 19 require dirname( __FILE__ ) . '/classes/class-bp-activity-oembed-extension.php'; 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.