Changeset 2379 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-submit.php
- Timestamp:
- 01/27/2016 07:11:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-submit.php
r2377 r2379 27 27 <div id="return"> 28 28 <h3><?php _e( 'Submitted!', 'wporg-showcase' ); ?></h3> 29 <p><?php printf( __( 'Thanks! You have successfully submitted a site for consideration to be added to the WordPress Showcase. If the site you submitted is added, you will be contacted via email within one week. We appreciate your interest in the WordPress Showcase! If you\'d like to submit another site, head back to the <a href="%s">submission form</a>.', 'wporg-showcase' ), 'https://wordpress.org/showcase/submit-a-wordpress-site/' ); ?></p> 29 <p><?php printf( 30 /* translators: %s: URL of the site submission form */ 31 __( 'Thanks! You have successfully submitted a site for consideration to be added to the WordPress Showcase. If the site you submitted is added, you will be contacted via email within one week. We appreciate your interest in the WordPress Showcase! If you\'d like to submit another site, head back to the <a href="%s">submission form</a>.', 'wporg-showcase' ), 32 'https://wordpress.org/showcase/submit-a-wordpress-site/' 33 ); ?></p> 30 34 </div> 31 35 <?php endif; // $_POST && ! $error ?>
Note: See TracChangeset
for help on using the changeset viewer.