Changeset 8926
- Timestamp:
- 06/06/2019 12:26:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r8374 r8926 368 368 case 'wordcamp': 369 369 $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', 375 375 // 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', 380 380 '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', 383 384 ); 384 385 break; … … 387 388 default: 388 389 $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', 398 399 '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', 401 403 402 404 'Organizer Name' => 'text',
Note: See TracChangeset
for help on using the changeset viewer.