Changeset 3781
- Timestamp:
- 08/07/2016 12:11:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
r3777 r3781 1293 1293 function add_video_info_to_session_posts( $content ) { 1294 1294 global $post; 1295 $enabled_site_ids = apply_filters( 'wcpt_session_post_video_info_enabled_site_ids', array( 206 ) ); // testing.wordcamp.org 1295 $enabled_site_ids = apply_filters( 'wcpt_session_post_video_info_enabled_site_ids', array( 1296 206, // testing.wordcamp.org 1297 648, // 2016.asheville 1298 ) ); 1296 1299 1297 1300 if ( ! $this->is_single_cpt_post( 'wcb_session' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.