Changeset 1823
- Timestamp:
- 08/14/2015 03:21:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/inc/back-compat.php
r1680 r1823 23 23 if ( in_array( $this->stylesheet, $compat_themes ) || in_array( $this->template, $compat_themes ) ) { 24 24 $old_site_id = get_current_blog_id() <= apply_filters( 'wcb_back_compat_max_site_id', 528 ); 25 $old_site_exceptions = array( 465, 496, 514, 518, 504 ); // denver.wordcamp.org/2015, seattle.wordcamp.org/2015-experienced, montreal.wordcamp.org/2015, montreal.wordcamp.org/2015-fr, europe.wordcamp.org/2015 25 $old_site_exceptions = array( 26 450, // switzerland.wordcamp.org/2015 27 465, // denver.wordcamp.org/2015 28 496, // seattle.wordcamp.org/2015-experienced 29 514, // montreal.wordcamp.org/2015 30 518, // montreal.wordcamp.org/2015-fr 31 504, // europe.wordcamp.org/2015 32 ); 26 33 $old_site_excepted = in_array( get_current_blog_id(), apply_filters( 'wcb_back_compat_site_id_exceptions', $old_site_exceptions ) ); 27 34
Note: See TracChangeset
for help on using the changeset viewer.