Changeset 1223
- Timestamp:
- 02/05/2015 12:05:05 AM (10 years ago)
- 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 99 99 switch_to_blog( $blog_id ); 100 100 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 107 101 $paged = 1; 108 102 while ( $requests = get_posts( array(
Note: See TracChangeset
for help on using the changeset viewer.