Making WordPress.org


Ignore:
Timestamp:
01/27/2016 07:11:20 AM (9 years ago)
Author:
coffee2code
Message:

W.org Showcase: Add and fix comments to translators.

Props SergeyBiryukov.
Fixes #1507.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-submit.php

    r2377 r2379  
    2727    <div id="return">
    2828    <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>
    3034    </div>
    3135<?php endif; // $_POST && ! $error ?>
Note: See TracChangeset for help on using the changeset viewer.