Making WordPress.org


Ignore:
Timestamp:
08/04/2016 11:35:53 PM (8 years ago)
Author:
iandunn
Message:

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

See https://wordpress.slack.com/archives/meta-wordcamp/p1470333075000197

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  
    12521252    function add_slides_info_to_session_posts( $content ) {
    12531253        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        ) );
    12551259
    12561260        if ( ! $this->is_single_cpt_post( 'wcb_session' ) ) {
Note: See TracChangeset for help on using the changeset viewer.