Changeset 8798
- Timestamp:
- 05/15/2019 02:01:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-invoices/includes/class-camptix-addon-invoices.php
r8699 r8798 384 384 $logo = CTX_INV_DIR . '/admin/images/wp-community-support.png'; 385 385 if ( ! empty( $camptix_opts['invoice-logo'] ) ) { 386 $attachment = wp_get_attachment_image_src( $camptix_opts['invoice-logo'], 'full' ); 387 $logo = $attachment[0]; 386 $logo = get_attached_file( $camptix_opts['invoice-logo'] ); 388 387 } 389 388
Note: See TracChangeset
for help on using the changeset viewer.