Changeset 2273 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/payment-requests-dashboard.php
- Timestamp:
- 01/11/2016 10:19:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/payment-requests-dashboard.php
r2260 r2273 84 84 85 85 // Register the custom payment statuses so that we can filter posts to include only them, in order to exclude trashed posts 86 require_once( WP_PLUGIN_DIR . '/wordcamp-payments/ classes/payment-request.php' );86 require_once( WP_PLUGIN_DIR . '/wordcamp-payments/includes/payment-request.php' ); 87 87 WCP_Payment_Request::register_post_statuses(); 88 88
Note: See TracChangeset
for help on using the changeset viewer.