Making WordPress.org


Ignore:
Timestamp:
02/26/2018 06:38:36 PM (8 years ago)
Author:
iandunn
Message:

CampTix Badge Generator: Apply coding standards.

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  
    3333                array(
    3434                        'ticket_ids'       => 'all',
    35                         'registered_after' => ''
     35                        'registered_after' => '',
    3636                ),
    3737                $options
     
    256256 */
    257257function 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' );
    259259        $header_row   = array_merge( $header_row, array_values( $admin_flags ) );
    260260        $header_row   = array_merge( $header_row, wp_list_pluck( $questions, 'post_title' ) );
     
    433433                array(
    434434                        'add_path'        => $zip_local_folder . '/gravatars/',
    435                         'remove_all_path' => true
     435                        'remove_all_path' => true,
    436436                )
    437437        );
Note: See TracChangeset for help on using the changeset viewer.