Changeset 3302
- Timestamp:
- 06/06/2016 02:46:06 PM (8 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
r2613 r3302 20 20 require_once( __DIR__ . '/includes/encryption.php' ); 21 21 22 if ( $_SERVER['HTTP_HOST'] == 'testing.wordcamp.org' ) { 23 require_once( __DIR__ . '/includes/budget-tool.php' ); 24 } 25 22 26 $GLOBALS['wordcamp_budgets'] = new WordCamp_Budgets(); 23 27 $GLOBALS['wcp_payment_request'] = new WCP_Payment_Request(); -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r2878 r3302 113 113 'manage_options', 114 114 'wordcamp-budget', 115 '__return_empty_string',115 function() { do_action( 'wcb_render_budget_page' ); }, 116 116 plugins_url( 'images/dollar-sign-icon.svg', dirname( __FILE__ ) ), 117 117 30
Note: See TracChangeset
for help on using the changeset viewer.