Making WordPress.org

Changeset 3361


Ignore:
Timestamp:
06/14/2016 01:40:38 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Post Types: Enable session slides links for 2016.kansascity.

See https://wordpress.slack.com/archives/outreach/p1465885292000003

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  
    12421242    function add_slides_info_to_session_posts( $content ) {
    12431243        global $post;
    1244         $enabled_site_ids = apply_filters( 'wcpt_session_post_slides_info_enabled_site_ids', array( 206 ) ); // testing.wordcamp.org
     1244        $enabled_site_ids = apply_filters( 'wcpt_session_post_slides_info_enabled_site_ids', array( 206, 651 ) ); // testing.wordcamp.org, 2016.kansascity
    12451245
    12461246        if ( ! $this->is_single_cpt_post( 'wcb_session' ) ) {
Note: See TracChangeset for help on using the changeset viewer.