Changeset 3361
- Timestamp:
- 06/14/2016 01:40:38 PM (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
r3138 r3361 1242 1242 function add_slides_info_to_session_posts( $content ) { 1243 1243 global $post; 1244 $enabled_site_ids = apply_filters( 'wcpt_session_post_slides_info_enabled_site_ids', array( 206 ) ); // testing.wordcamp.org1244 $enabled_site_ids = apply_filters( 'wcpt_session_post_slides_info_enabled_site_ids', array( 206, 651 ) ); // testing.wordcamp.org, 2016.kansascity 1245 1245 1246 1246 if ( ! $this->is_single_cpt_post( 'wcb_session' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.