Changeset 8404
- Timestamp:
- 03/07/2019 09:17:08 PM (7 years ago)
- Location:
- sites/trunk/jobs.wordpress.net/public_html/wp-content
- Files:
-
- 2 edited
-
plugins/jobswp/jobswp.php (modified) (2 diffs)
-
themes/jobswp/content-post-job.php (modified) (1 diff)
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' -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job.php
r8403 r8404 34 34 35 35 <?php jobswp_text_field( 'email', __( 'Email Address', 'jobswp' ), true, 'email', __( 'This is the email address you would use in contacting us and for us to contact you.', 'jobswp' ) ); ?> 36 37 <?php jobswp_text_field( 'phone', __( 'Phone Number', 'jobswp' ), true, 'tel' ); ?>38 39 36 </div> 40 37
Note: See TracChangeset
for help on using the changeset viewer.