Making WordPress.org

Changeset 2003


Ignore:
Timestamp:
10/22/2015 05:09:52 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Misc: Enable the Payments plugin on Central.

It's useful for tracking Foundation expenses in addition to expenses for individual WordCamps, but we still don't want it activated on Plan.

File:
1 edited

Legend:

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

    r1669 r2003  
    7272        unset( $plugins['wc-canonical-years/wc-canonical-years.php'] );
    7373        unset( $plugins['wordcamp-organizer-nags/wordcamp-organizer-nags.php'] );
     74    }
     75
     76    /*
     77     * plan.wordcamp.org
     78     */
     79    if ( 63 === get_current_blog_id() ) {
    7480        unset( $plugins['wordcamp-payments/bootstrap.php'] );
    7581    }
Note: See TracChangeset for help on using the changeset viewer.