Changeset 7644 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-admin.php
- Timestamp:
- 08/31/2018 07:14:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-admin.php
r7642 r7644 453 453 454 454 $application_keys = array( 455 'Date Applied' => 'date',456 'Already a meetup' => 'text',457 'Date of Last Contact' => 'date',458 'Who contacted ' => 'deputy_list',459 'Vetted Date' => 'date',460 'Vetted by ' => 'deputy_list',461 'Orientation Date' => 'date',462 'Oriented by ' => 'deputy_list',463 'Joined chapter date' => 'date',464 'Joined chapter by ' => 'deputy_list',455 'Date Applied' => 'date', 456 'Already a meetup' => 'text', 457 'Date of Last Contact' => 'date', 458 'Who contacted (Wordpress.org username)' => 'text', 459 'Vetted Date' => 'date', 460 'Vetted by (Wordpress.org username)' => 'text', 461 'Orientation Date' => 'date', 462 'Oriented by (Wordpress.org username)' => 'text', 463 'Joined chapter date' => 'date', 464 'Joined chapter by (Wordpress.org username)' => 'text', 465 465 ); 466 466 … … 475 475 'Region' => 'text', 476 476 'Address' => 'textarea', 477 'Extra Comments' => 'textarea',477 'Extra Comments' => 'textarea', 478 478 ); 479 479
Note: See TracChangeset
for help on using the changeset viewer.