Making WordPress.org

Changeset 4038


Ignore:
Timestamp:
09/12/2016 07:10:09 PM (9 years ago)
Author:
iandunn
Message:

Central Theme: Convert to Unix line endings and strip trailing spaces

Location:
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/archive.php

    r848 r4038  
    2121                <?php endif; ?>
    2222            </h1>
    23        
     23
    2424            <?php rewind_posts(); // due to the_post() above ?>
    25                            
     25
    2626            <?php get_search_form(); ?>
    2727
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/author.php

    r848 r4038  
    2626            <?php endif; ?>
    2727
    28        
     28
    2929            <?php rewind_posts(); // due to the_post() above ?>
    30                            
     30
    3131            <?php get_search_form(); ?>
    3232
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/category.php

    r850 r4038  
    1717                    echo '<div class="archive-meta">' . $category_description . '</div>';
    1818            ?>
    19                    
     19
    2020            <?php get_search_form(); ?>
    2121
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/footer.php

    r842 r4038  
    2121
    2222            <?php wp_nav_menu( array( 'container_class' => 'menu-footer', 'theme_location' => 'primary', 'depth' => 1 ) ); ?>
    23            
     23
    2424        </div><!-- #colophon -->
    2525    </div><!-- #footer -->
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/header.php

    r1545 r4038  
    8787            <h2>WordCamp is a conference that focuses on everything WordPress.</h2>
    8888            <p>
    89                 WordCamps are informal, community-organized events that are put together by WordPress users like you. 
    90                 Everyone from casual users to core developers participate, share ideas, and get to know each other. 
     89                WordCamps are informal, community-organized events that are put together by WordPress users like you.
     90                Everyone from casual users to core developers participate, share ideas, and get to know each other.
    9191            </p>
    92             <p class="wc-hero-actions">     
     92            <p class="wc-hero-actions">
    9393                <a href="<?php echo home_url( '/about/' ); ?>" class="wc-hero-learnmore">Learn More</a> or
    9494                <a href="<?php echo home_url( '/schedule/' ); ?>" class="wc-primary-button">Find a WordCamp</a>
    9595            </p>
    9696        </div><!-- .wc-hero-intro -->
    97        
     97
    9898        <div class="wc-hero-image cycle-me">
    9999            <?php
     
    108108                ) );
    109109            ?>
    110            
     110
    111111            <?php foreach ( $attachments as $image ) : ?>
    112                
    113                 <?php 
     112
     113                <?php
    114114                    $image_src = wp_get_attachment_image_src( $image->ID, 'wccentral-thumbnail-hero' );
    115115                    if ( ! $image_src ) continue;
     
    122122                    <?php endif; ?>
    123123                </div>
    124                
     124
    125125            <?php endforeach; ?>
    126            
     126
    127127        </div><!-- .wc-hero-image -->
    128        
     128
    129129        <div class="wc-hero-mailinglist">
    130130            <?php if ( WordCamp_Central_Theme::can_subscribe() ) : ?>
    131131            <div class="wc-hero-mailinglist-container">
    132                
     132
    133133                <?php if ( WordCamp_Central_Theme::get_subscription_status() == 'success' ) : ?>
    134134
     
    148148                    </form>
    149149                <?php endif; // get_subscription_status ?>
    150                
     150
    151151            </div>
    152152            <?php endif; // can_subscribe ?>
    153153        </div><!-- #wc-hero-mailinglist -->
    154    
     154
    155155    </div>
    156156</div><!-- #wc-hero-panel -->
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/index.php

    r848 r4038  
    1212
    1313    <?php get_template_part( 'navigation-above' ); ?>
    14    
     14
    1515    <?php while ( have_posts() ) : the_post(); ?>
    1616
    1717            <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    18                
     18
    1919                <?php get_template_part( 'content', get_post_format() ); ?>
    2020
     
    2222
    2323    <?php endwhile; // End the loop. Whew. ?>
    24    
     24
    2525    <?php get_template_part( 'navigation-below' ); ?>
    26    
     26
    2727    </div><!-- #content -->
    28    
     28
    2929</div><!-- #container -->
    3030
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/loop-attachment.php

    r842 r4038  
    2424                    ?></a></p>
    2525                <?php endif; ?>
    26                
     26
    2727                <div class="entry-meta">
    28                     <ul>   
     28                    <ul>
    2929                        <li class="wc-single-avatar"><?php echo get_avatar( get_the_author_meta('ID'), 140 ); ?></li>
    3030                        <li class="wc-single-author"><strong>Posted by</strong> <?php the_author_posts_link(); ?></li>
    31                         <li class="wc-single-date"><strong>Posted on</strong> <?php the_date(); ?></li>                     
     31                        <li class="wc-single-date"><strong>Posted on</strong> <?php the_date(); ?></li>
    3232                        <li><?php comments_popup_link('No replies yet', '1 reply', '% replies', 'comments-link', 'Comments are off for this post' ); ?></li>
    3333                        <li>
     
    4646                    ?>
    4747                        </li>
    48                         <li class="wc-single-search"><strong>Search</strong> <?php get_search_form(); ?></li>   
    49                        
    50                     </ul>                   
     48                        <li class="wc-single-search"><strong>Search</strong> <?php get_search_form(); ?></li>
     49
     50                    </ul>
    5151                </div><!-- .entry-meta -->
    5252
     
    8282                                echo wp_get_attachment_image( $post->ID, array( $attachment_width, $attachment_height ) ); // filterable image width with, essentially, no limit for image height.
    8383                            ?></a></p>
    84    
     84
    8585                            <div id="nav-below" class="navigation">
    8686                                <div class="nav-previous"><?php previous_image_link( false ); ?></div>
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/page.php

    r842 r4038  
    2121                <?php endwhile; // have_posts ?>
    2222            <?php endif; ?>
    23            
     23
    2424        </div><!-- #content -->
    2525    </div><!-- #container -->
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/search.php

    r848 r4038  
    99        <div id="content" role="main" class="group">
    1010            <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
    11                        
     11
    1212            <?php get_search_form(); ?>
    13            
     13
    1414            <?php if ( have_posts() ) : ?>
    15                
     15
    1616                <?php get_template_part( 'navigation-above' ); ?>
    1717
     
    2727
    2828                <?php get_template_part( 'navigation-below' ); ?>
    29                
     29
    3030            <?php else : // have_posts ?>
    31                
     31
    3232                <div id="post-0" class="post no-results not-found">
    3333                    <h2 class="entry-title"><?php _e( 'We couldn&#8217;t find anything!', 'twentyten' ); ?></h2>
     
    3737                    </div><!-- .entry-content -->
    3838                </div><!-- #post-0 -->
    39                
     39
    4040            <?php endif; ?>
    4141
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/single.php

    r842 r4038  
    1515
    1616                                <div class="entry-meta">
    17                                     <ul>   
     17                                    <ul>
    1818                                        <li class="wc-single-avatar"><?php echo get_avatar( get_the_author_meta('ID'), 140 ); ?></li>
    1919                                        <li class="wc-single-author"><strong>Posted by</strong> <?php the_author_posts_link(); ?></li>
    20                                         <li class="wc-single-date"><strong>Posted on</strong> <?php the_date(); ?></li>                     
    21                                         <li class="wc-single-cats"><strong>Categories</strong> <?php echo get_the_category_list(', '); ?></li>                                         
     20                                        <li class="wc-single-date"><strong>Posted on</strong> <?php the_date(); ?></li>
     21                                        <li class="wc-single-cats"><strong>Categories</strong> <?php echo get_the_category_list(', '); ?></li>
    2222                                        <?php if ( has_tag() ) : ?>
    23                                             <li><strong>Tags</strong> <?php the_tags(' '); ?></li> 
     23                                            <li><strong>Tags</strong> <?php the_tags(' '); ?></li>
    2424                                        <?php endif; ?>
    2525                                        <li><?php comments_popup_link('No replies yet', '1 reply', '% replies', 'comments-link', 'Comments are off for this post' ); ?></li>
    26                                         <li class="wc-single-search"><strong>Search</strong> <?php get_search_form(); ?></li>   
     26                                        <li class="wc-single-search"><strong>Search</strong> <?php get_search_form(); ?></li>
    2727
    28                                     </ul>                   
     28                                    </ul>
    2929                                </div><!-- .entry-meta -->
    3030
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/tag.php

    r848 r4038  
    1212                printf( __( 'Tag Archives: %s', 'twentyten' ), '<span>' . single_tag_title( '', false ) . '</span>' );
    1313            ?></h1>
    14                    
     14
    1515            <?php get_search_form(); ?>
    1616
Note: See TracChangeset for help on using the changeset viewer.