- Timestamp:
- 03/07/2019 09:17:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp/jobswp.php
r8402 r8404 20 20 */ 21 21 private $required_fields = array( 22 'first_name', 'last_name', 'email', 'phone',22 'first_name', 'last_name', 'email', 23 23 'company', 'howtoapply_method', 'howtoapply', 24 24 'job_title', 'category', 'jobtype', 'job_description' … … 29 29 */ 30 30 private $meta_fields = array( 31 'first_name', 'last_name', 'email', 'phone',31 'first_name', 'last_name', 'email', 32 32 'company', 'howtoapply_method', 'howtoapply', 33 33 'budget', 'jobtype', 'location'
Note: See TracChangeset
for help on using the changeset viewer.