Making WordPress.org


Ignore:
Timestamp:
04/26/2018 10:18:32 PM (7 years ago)
Author:
iandunn
Message:

WordCamp Coming Soon Page: Apply coding standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/template-coming-soon.php

    r7172 r7173  
    4747                        <?php printf(
    4848                            /* translators: %s is the name of the blog. */
    49                             __(
     49                            esc_html__(
    5050                                '%s is in the early planning stages. In the meantime, you can subscribe to updates above, or contact the organizers below to get involved.',
    5151                                'wordcamporg'
     
    5959            <?php if ( in_array( 'contact-form', $active_modules ) && $contact_form_shortcode ) : ?>
    6060                <div class="wccsp-contact">
    61                     <h2><?php esc_html_e( 'Contact the Organizers' , 'wordcamporg' ); ?></h2>
     61                    <h2><?php esc_html_e( 'Contact the Organizers', 'wordcamporg' ); ?></h2>
    6262
    63                     <?php echo $contact_form_shortcode; // intentionally not escaping because it's the output of do_shortcode() ?>
     63                    <?php echo $contact_form_shortcode; // Intentionally not escaping because it's the output of do_shortcode(). ?>
    6464                </div>
    6565            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.