Changeset 3777 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
- Timestamp:
- 08/04/2016 11:35:53 PM (8 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
r3602 r3777 1252 1252 function add_slides_info_to_session_posts( $content ) { 1253 1253 global $post; 1254 $enabled_site_ids = apply_filters( 'wcpt_session_post_slides_info_enabled_site_ids', array( 206, 651 ) ); // testing.wordcamp.org, 2016.kansascity 1254 $enabled_site_ids = apply_filters( 'wcpt_session_post_slides_info_enabled_site_ids', array( 1255 206, // testing.wordcamp.org 1256 648, // 2016.asheville 1257 651, // 2016.kansascity 1258 ) ); 1255 1259 1256 1260 if ( ! $this->is_single_cpt_post( 'wcb_session' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.