Making WordPress.org

Changeset 1653


Ignore:
Timestamp:
06/10/2015 03:24:21 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Post Types: Add seattle/2015 to back-compat shortcode exceptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/inc/back-compat.php

    r1648 r1653  
    2323        if ( in_array( $this->stylesheet, $compat_themes ) || in_array( $this->template, $compat_themes ) ) {
    2424            $old_site_id         = get_current_blog_id() <= apply_filters( 'wcb_back_compat_max_site_id', 528 );
    25             $old_site_exceptions = array( 465, 514, 518 ); // denver.wordcamp.org/2015, montreal.wordcamp.org/2015, montreal.wordcamp.org/2015-fr
     25            $old_site_exceptions = array( 465, 496, 514, 518 ); // denver.wordcamp.org/2015, seattle.wordcamp.org/2015-experienced, montreal.wordcamp.org/2015, montreal.wordcamp.org/2015-fr
    2626            $old_site_excepted   = in_array( get_current_blog_id(), apply_filters( 'wcb_back_compat_site_id_exceptions', $old_site_exceptions ) );
    2727
Note: See TracChangeset for help on using the changeset viewer.