Changeset 11387 for sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job.php
- Timestamp:
- 12/17/2021 06:07:10 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job.php
r10347 r11387 129 129 <p><?php _e( 'By submitting a job to this site you acknowledge the following:', 'jobswp' ); ?></p> 130 130 <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> 132 132 <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> 133 133 <li><?php _e( 'Upon successful submission, you will not be able to make any edits. Proofread everything again to make sure it’s what you want.', 'jobswp' ); ?></li>
Note: See TracChangeset
for help on using the changeset viewer.