Making WordPress.org

Changeset 8404


Ignore:
Timestamp:
03/07/2019 09:17:08 PM (7 years ago)
Author:
coffee2code
Message:

Jobs: Discontinue from asking for phone number from job posters.

Location:
sites/trunk/jobs.wordpress.net/public_html/wp-content
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp/jobswp.php

    r8402 r8404  
    2020     */
    2121    private $required_fields = array(
    22         'first_name', 'last_name', 'email', 'phone',
     22        'first_name', 'last_name', 'email',
    2323        'company', 'howtoapply_method', 'howtoapply',
    2424        'job_title', 'category', 'jobtype', 'job_description'
     
    2929     */
    3030    private $meta_fields = array(
    31         'first_name', 'last_name', 'email', 'phone',
     31        'first_name', 'last_name', 'email',
    3232        'company', 'howtoapply_method', 'howtoapply',
    3333        'budget', 'jobtype', 'location'
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job.php

    r8403 r8404  
    3434
    3535    <?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 
    3936</div>
    4037
Note: See TracChangeset for help on using the changeset viewer.