Making WordPress.org


Ignore:
Timestamp:
08/07/2016 12:11:37 AM (8 years ago)
Author:
iandunn
Message:

WordCamp Coming Soon Page: Trim trailing whitespace.

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

    r2426 r3780  
    55    <meta name="viewport" content="width=device-width">
    66    <title><?php echo esc_html( get_bloginfo( 'name' ) ); ?></title>
    7    
     7
    88    <?php wp_head(); ?>
    99    <?php extract( $GLOBALS['WordCamp_Coming_Soon_Page']->get_template_variables() ); ?>
     
    1212<body <?php body_class(); ?>>
    1313    <div id="wccsp-container">
    14        
     14
    1515        <h1><?php echo esc_attr( get_bloginfo( 'name' ) ); ?></h1>
    16        
     16
    1717        <?php if ( $image_url ) : ?>
    1818            <img id="wccsp-image" src="<?php echo esc_attr( $image_url ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>" />
     
    2222            <h2><?php echo esc_html( $dates ); ?></h2>
    2323        <?php endif; ?>
    24        
     24
    2525        <p id="wccsp-introduction">
    2626            <?php printf(
     
    4343            <div class="wccsp-box">
    4444                <h2><?php _e( 'Contact the Organizers' , 'wordcamporg' ); ?></h2>
    45                
     45
    4646                <?php echo $contact_form_shortcode; // intentionally not escaping because it's the output of do_shortcode() ?>
    4747            </div>
    4848        <?php endif; ?>
    49        
     49
    5050    </div><!-- #wccsp_container -->
    51    
     51
    5252    <?php wp_footer(); ?>
    5353</body>
Note: See TracChangeset for help on using the changeset viewer.