Making WordPress.org

Changeset 1223


Ignore:
Timestamp:
02/05/2015 12:05:05 AM (10 years ago)
Author:
iandunn
Message:

WordCamp Payments Dashboard: Index payments on all sites.

The Payments plugin is network-activated now, so we shouldn't be skipping any sites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/wordcamp-payments-network.php

    r1222 r1223  
    9999            switch_to_blog( $blog_id );
    100100
    101             // Skip sites where WordCamp Payments is not active.
    102             if ( ! in_array( 'wordcamp-payments/bootstrap.php', (array) apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
    103                 restore_current_blog();
    104                 continue;
    105             }
    106 
    107101            $paged = 1;
    108102            while ( $requests = get_posts( array(
Note: See TracChangeset for help on using the changeset viewer.