Changeset 7610
- Timestamp:
- 08/14/2018 06:38:36 PM (8 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup
- Files:
-
- 2 edited
-
class-meetup-admin.php (modified) (1 diff)
-
class-meetup-application.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-admin.php
r7609 r7610 278 278 279 279 $organizer_keys = array( 280 'Organizer Name' => 'text',281 'Email' => 'text',282 'Primary organizer WordPress.org username' => 'text',280 'Organizer Name' => 'text', 281 'Email' => 'text', 282 'Primary organizer WordPress.org username' => 'text', 283 283 'Co-Organizers usernames (seperated by comma)' => 'text', 284 'Date closed' => 'date',285 'Skype/Slack' => 'text',286 'Region' => 'text',287 'Address' => 'textarea',284 'Date closed' => 'date', 285 'Skype/Slack' => 'text', 286 'Region' => 'text', 287 'Address' => 'textarea', 288 288 ); 289 289 -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-application.php
r7609 r7610 219 219 ); 220 220 221 add_post_meta( $post_id, 'Email Address', $data['q_email'] );221 add_post_meta( $post_id, 'Email', $data['q_email'] ); 222 222 add_post_meta( $post_id, 'City', $data['q_city'] ); 223 223 add_post_meta( $post_id, 'State', $data['q_state'] ); … … 225 225 add_post_meta( $post_id, 'Zip', $data['q_zip'] ); 226 226 add_post_meta( $post_id, 'Already a meetup', $data['q_already_a_meetup'] ); 227 add_post_meta( $post_id, ' Existing meetup URL', $data['q_existing_meetup_url'] );227 add_post_meta( $post_id, 'Meetup URL', $data['q_existing_meetup_url'] ); 228 228 add_post_meta( $post_id, 'Best describe organizer', $data['q_describe_yourself'] ); 229 add_post_meta( $post_id, ' WordPress.org username', $data['q_wporg_username'] );230 add_post_meta( $post_id, ' WordPress slack username', $data['q_wp_slack_username'] );229 add_post_meta( $post_id, 'Primary organizer WordPress.org username', $data['q_wporg_username'] ); 230 add_post_meta( $post_id, 'Skype/Slack', $data['q_wp_slack_username'] ); 231 231 add_post_meta( $post_id, 'Date Applied', time() ); 232 232
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)