Making WordPress.org


Ignore:
Timestamp:
01/26/2016 11:48:33 PM (9 years ago)
Author:
coffee2code
Message:

W.org Showcase: Trim trailing whitespace.

File:
1 edited

Legend:

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

    r2376 r2377  
    1 <?php 
    2 get_header(); 
     1<?php
     2get_header();
    33
    44// order the displayed posts by the ratings average
     
    88<div id="pagebody">
    99    <div class="wrapper">
    10        
     10
    1111        <?php get_sidebar( 'left' ); ?>
    1212        <div class="col-7">
    1313        <?php breadcrumb(); ?>
    14        
     14
    1515        <?php if ( have_posts() ) : ?>
    16            
     16
    1717            <?php while ( have_posts() ) : the_post(); ?>
    1818
     
    2828
    2929            <?php endwhile; // have_posts ?>
    30            
     30
    3131            <?php if ( 1 != $wp_query->max_num_pages || function_exists( 'wp_page_numbers' ) ) { wp_page_numbers(); } ?>
    32        
     32
    3333        <?php else : // have_posts ?>
    3434
     
    3838
    3939        </div>
    40        
     40
    4141        <?php get_sidebar( 'right' ); ?>
    42        
     42
    4343    </div>
    4444</div>
Note: See TracChangeset for help on using the changeset viewer.