Changeset 6067 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
- Timestamp:
- 11/01/2017 04:33:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
r4967 r6067 895 895 $categories = array(); 896 896 897 if ( strpos( $currency, 'null' ) === 0) {897 if ( false !== strpos( $currency, 'null' ) ) { 898 898 $currency = ''; 899 899 }
Note: See TracChangeset
for help on using the changeset viewer.