Making WordPress.org

Changeset 8926


Ignore:
Timestamp:
06/06/2019 12:26:02 PM (5 years ago)
Author:
vedjain
Message:

WordCamp: Add checkbox to track WordCamp running money through WPCS PBC.

We can use this new field to ask WordCamps who are not running money through WC Central to send us transparency report at the end of event.

Also have some indentation changes.

Fixes #3909

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php

    r8374 r8926  
    368368                case 'wordcamp':
    369369                    $retval = array(
    370                         'Start Date (YYYY-mm-dd)'         => 'date',
    371                         'End Date (YYYY-mm-dd)'           => 'date',
    372                         'Location'                        => 'text',
    373                         'URL'                             => 'wc-url',
    374                         'E-mail Address'                  => 'text',
     370                        'Start Date (YYYY-mm-dd)'           => 'date',
     371                        'End Date (YYYY-mm-dd)'             => 'date',
     372                        'Location'                          => 'text',
     373                        'URL'                               => 'wc-url',
     374                        'E-mail Address'                    => 'text',
    375375                        // Note: This is the address for the entire organizing team, which is different than the "Email Address" field.
    376                         'Twitter'                         => 'text',
    377                         'WordCamp Hashtag'                => 'text',
    378                         'Number of Anticipated Attendees' => 'text',
    379                         'Multi-Event Sponsor Region'      => 'mes-dropdown',
     376                        'Twitter'                           => 'text',
     377                        'WordCamp Hashtag'                  => 'text',
     378                        'Number of Anticipated Attendees'   => 'text',
     379                        'Multi-Event Sponsor Region'        => 'mes-dropdown',
    380380                        'Global Sponsorship Grant Currency' => 'select-currency',
    381                         'Global Sponsorship Grant Amount' => 'number',
    382                         'Global Sponsorship Grant'        => 'text',
     381                        'Global Sponsorship Grant Amount'   => 'number',
     382                        'Global Sponsorship Grant'          => 'text',
     383                        'Running money through WPCS PBC'    => 'checkbox',
    383384                    );
    384385                    break;
     
    387388                default:
    388389                    $retval = array(
    389                         'Start Date (YYYY-mm-dd)'          => 'date',
    390                         'End Date (YYYY-mm-dd)'            => 'date',
    391                         'Location'                         => 'text',
    392                         'URL'                              => 'wc-url',
    393                         'E-mail Address'                   => 'text',
    394                         'Twitter'                          => 'text',
    395                         'WordCamp Hashtag'                 => 'text',
    396                         'Number of Anticipated Attendees'  => 'text',
    397                         'Multi-Event Sponsor Region'       => 'mes-dropdown',
     390                        'Start Date (YYYY-mm-dd)'           => 'date',
     391                        'End Date (YYYY-mm-dd)'             => 'date',
     392                        'Location'                          => 'text',
     393                        'URL'                               => 'wc-url',
     394                        'E-mail Address'                    => 'text',
     395                        'Twitter'                           => 'text',
     396                        'WordCamp Hashtag'                  => 'text',
     397                        'Number of Anticipated Attendees'   => 'text',
     398                        'Multi-Event Sponsor Region'        => 'mes-dropdown',
    398399                        'Global Sponsorship Grant Currency' => 'select-currency',
    399                         'Global Sponsorship Grant Amount'  => 'number',
    400                         'Global Sponsorship Grant'         => 'text',
     400                        'Global Sponsorship Grant Amount'   => 'number',
     401                        'Global Sponsorship Grant'          => 'text',
     402                        'Running money through WPCS PBC'    => 'checkbox',
    401403
    402404                        'Organizer Name'                   => 'text',
Note: See TracChangeset for help on using the changeset viewer.