Changeset 6768 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/includes/indesign-badges.php
- Timestamp:
- 02/26/2018 06:38:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/includes/indesign-badges.php
r6600 r6768 33 33 array( 34 34 'ticket_ids' => 'all', 35 'registered_after' => '' 35 'registered_after' => '', 36 36 ), 37 37 $options … … 256 256 */ 257 257 function get_header_row( $admin_flags, $questions ) { 258 $header_row = array( 'First Name', 'Last Name', 'Email Address', 'Ticket', 'Coupon', 'Twitter' ,);258 $header_row = array( 'First Name', 'Last Name', 'Email Address', 'Ticket', 'Coupon', 'Twitter' ); 259 259 $header_row = array_merge( $header_row, array_values( $admin_flags ) ); 260 260 $header_row = array_merge( $header_row, wp_list_pluck( $questions, 'post_title' ) ); … … 433 433 array( 434 434 'add_path' => $zip_local_folder . '/gravatars/', 435 'remove_all_path' => true 435 'remove_all_path' => true, 436 436 ) 437 437 );
Note: See TracChangeset
for help on using the changeset viewer.