Changeset 2520
- Timestamp:
- 02/18/2016 09:31:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/sponsor-invoice.php
r2519 r2520 182 182 ); 183 183 184 if ( $sponsor_id) {184 if ( is_numeric( $sponsor_id ) ) { 185 185 $sponsors = array( get_post( $sponsor_id ) ); 186 186 } else {
Note: See TracChangeset
for help on using the changeset viewer.