Changeset 7173 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/template-coming-soon.php
- Timestamp:
- 04/26/2018 10:18:32 PM (7 years ago)
- 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 47 47 <?php printf( 48 48 /* translators: %s is the name of the blog. */ 49 __(49 esc_html__( 50 50 '%s is in the early planning stages. In the meantime, you can subscribe to updates above, or contact the organizers below to get involved.', 51 51 'wordcamporg' … … 59 59 <?php if ( in_array( 'contact-form', $active_modules ) && $contact_form_shortcode ) : ?> 60 60 <div class="wccsp-contact"> 61 <h2><?php esc_html_e( 'Contact the Organizers' 61 <h2><?php esc_html_e( 'Contact the Organizers', 'wordcamporg' ); ?></h2> 62 62 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(). ?> 64 64 </div> 65 65 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.