Changeset 10851 for trunk/src/bp-activity/bp-activity-embeds.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-embeds.php
r10849 r10851 20 20 */ 21 21 function bp_activity_setup_oembed() { 22 if ( bp_get_major_wp_version() >= 4.5&& bp_is_active( 'activity', 'embeds' ) ) {22 if ( version_compare( $GLOBALS['wp_version'], '4.5', '>=' ) && bp_is_active( 'activity', 'embeds' ) ) { 23 23 buddypress()->activity->oembed = new BP_Activity_oEmbed_Extension; 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.