Changeset 11763 for trunk/src/bp-core/classes/class-bp-embed.php
- Timestamp:
- 12/08/2017 12:22:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-embed.php
r10825 r11763 44 44 add_filter( 'bp_get_activity_content', array( &$this, 'autoembed' ), 8 ); 45 45 add_filter( 'bp_get_activity_content', array( &$this, 'run_shortcode' ), 7 ); 46 }47 48 if ( bp_use_embed_in_forum_posts() ) {49 add_filter( 'bp_get_the_topic_post_content', array( &$this, 'autoembed' ), 8 );50 add_filter( 'bp_get_the_topic_post_content', array( &$this, 'run_shortcode' ), 7 );51 46 } 52 47
Note: See TracChangeset
for help on using the changeset viewer.