Making WordPress.org

Changeset 2720


Ignore:
Timestamp:
03/09/2016 07:51:34 PM (9 years ago)
Author:
coffee2code
Message:

jobs.wordpress.net: Add greater emphasis to making note of the job token.

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  
    22    <h2><?php _e( 'Thank you for submitting your job posting!', 'jobswp' ); ?></h2>
    33
    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.',
    55    'jobswp' ),
    66    '/faq/' ); ?></p>
    77
    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 be used 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' ),
    99        '/remove-a-job/'
    1010    ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.