Changeset 2720
- Timestamp:
- 03/09/2016 07:51:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job-success.php
r1656 r2720 2 2 <h2><?php _e( 'Thank you for submitting your job posting!', 'jobswp' ); ?></h2> 3 3 4 <p><?php printf( __( 'Your job posting will be moderated in the next 24-48 hours to ensure it meets the criteria listed in our <a href="%s">FAQ</a>. After approval, your posting will stay on the job board for a total of 21 days.',4 <p><?php printf( __( 'Your job posting will be reviewed in the next 24-48 hours to ensure it meets the criteria listed in our <a href="%s">FAQ</a>. After approval, your posting will stay on the job board for a total of 21 days.', 5 5 'jobswp' ), 6 6 '/faq/' ); ?></p> 7 7 8 <p><?php printf( __( ' Take note of the following job token. It can be used to remove your job posting from the site before it expires without having to make a request via the feedback form (which could take 24-48 hours to honor). The token can beused on the <a href="%s">job removal page</a>.', 'jobswp' ),8 <p><?php printf( __( '<strong>Important!</strong> Take note of the following job token. It is your only means of removing the job from the site in a <em>timely</em> fashion prior to its automatic expiration. (Otherwise, you would have to make a request via the feedback form which could take 24-48 hours or longer to honor). The token is used on the <a href="%s">job removal page</a>.', 'jobswp' ), 9 9 '/remove-a-job/' 10 10 ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.