Making WordPress.org


Ignore:
Timestamp:
12/17/2021 06:07:10 AM (3 years ago)
Author:
dd32
Message:

Jobs: Correct the FAQ link on the job submission confirm screen.

Props kartiks16.
See https://wordpress.slack.com/archives/C02QB8GMM/p1639720479454300.

File:
1 edited

Legend:

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

    r10347 r11387  
    129129            <p><?php _e( 'By submitting a job to this site you acknowledge the following:', 'jobswp' ); ?></p>
    130130            <ul>
    131                 <li><?php _e( 'You have read the <a href="%s">FAQ</a> and understand everything listed, especially pertaining to what is unacceptable for a job posting.', 'jobswp' ); ?></li>
     131                <li><?php printf( __( 'You have read the <a href="%s">FAQ</a> and understand everything listed, especially pertaining to what is unacceptable for a job posting.', 'jobswp' ), home_url( '/faq/' ) ); ?></li>
    132132                <li><?php _e( 'If you provided a contact email address as your method of contact for job seekers, that email address will be made publicly available and you will likely receive a lot of email.', 'jobswp' );?></li>
    133133                <li><?php _e( 'Upon successful submission, you will not be able to make any edits. Proofread everything again to make sure it&#8217;s what you want.', 'jobswp' ); ?></li>
Note: See TracChangeset for help on using the changeset viewer.