Making WordPress.org

Changeset 3781


Ignore:
Timestamp:
08/07/2016 12:11:41 AM (9 years ago)
Author:
iandunn
Message:

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

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

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  
    12931293    function add_video_info_to_session_posts( $content ) {
    12941294        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        ) );
    12961299
    12971300        if ( ! $this->is_single_cpt_post( 'wcb_session' ) ) {
Note: See TracChangeset for help on using the changeset viewer.