Changeset 6067 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/sponsor-invoice.php
- Timestamp:
- 11/01/2017 04:33:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/sponsor-invoice.php
r4967 r6067 460 460 case 'payment_amount': 461 461 $currency = get_post_meta( $post_id, '_wcbsi_currency', true ); 462 if ( false === strpos( $currency, 'null' ) ) {462 if ( $currency && false === strpos( $currency, 'null' ) ) { 463 463 echo esc_html( $currency ) . ' '; 464 464 }
Note: See TracChangeset
for help on using the changeset viewer.