Changeset 7889
- Timestamp:
- 11/23/2018 01:10:41 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
r7733 r7889 322 322 } 323 323 324 $should_sync = $_POST[ 'sync_with_meetup_api' ] ;324 $should_sync = $_POST[ 'sync_with_meetup_api' ] ?? false; 325 325 if ( ! $should_sync ) { 326 326 return;
Note: See TracChangeset
for help on using the changeset viewer.