Changeset 9478
- Timestamp:
- 02/06/2020 08:41:12 PM (6 years ago)
- Location:
- sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job-success.php
r2720 r9478 10 10 ); ?></p> 11 11 12 <p style="font-weight:bold;"><?php printf( __( 'Your job token is: %s', 'jobswp' ), $_POST['job_token']); ?></p>12 <p class="job-token"><?php printf( __( 'Your job token is: %s', 'jobswp' ), esc_html( $_POST['job_token'] ) ); ?></p> 13 13 14 14 <p><?php printf( __( 'If you would like to modify your posting, or you are having problems removing the job using the job token, please contact us using our <a href="%s">feedback form</a>. Be sure to specify the email address you supplied in your job posting.', -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css
r9458 r9478 1143 1143 border-color: #4F8A10; 1144 1144 } 1145 .notice-success .job-token { 1146 font-size: 20px; 1147 font-weight: bold; 1148 } 1145 1149 .notice-info { 1146 1150 background-color: #FEEFB3;
Note: See TracChangeset
for help on using the changeset viewer.