Making WordPress.org

Changeset 886


Ignore:
Timestamp:
10/07/2014 08:58:45 PM (11 years ago)
Author:
iandunn
Message:

Misc: Allow Coming Soon and WordCamp Post Types on Central.

While they're not using by admins, they are used by WordCamp_New_Site::set_default_options() and WordCamp_New_Site::create_post_stubs(). Removing them causes the new-site creation process to crash before any content is inserted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php

    r883 r886  
    5858        unset( $plugins['tagregator/bootstrap.php'] );
    5959        unset( $plugins['wc-canonical-years/wc-canonical-years.php'] );
    60         unset( $plugins['wc-post-types/wc-post-types.php'] );
    61         unset( $plugins['wordcamp-coming-soon-page/bootstrap.php'] );
    6260        unset( $plugins['wordcamp-organizer-nags/wordcamp-organizer-nags.php'] );
    6361        unset( $plugins['wordcamp-payments/bootstrap.php'] );
Note: See TracChangeset for help on using the changeset viewer.