Make WordPress Core


Ignore:
Timestamp:
09/27/2012 03:20:52 PM (14 years ago)
Author:
lancewillett
Message:

Twenty Twelve: consistent indentation for content-* template files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/content-none.php

    r21618 r22058  
    99?>
    1010
    11                 <article id="post-0" class="post no-results not-found">
    12                         <header class="entry-header">
    13                                 <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1>
    14                         </header>
     11        <article id="post-0" class="post no-results not-found">
     12                <header class="entry-header">
     13                        <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1>
     14                </header>
    1515
    16                         <div class="entry-content">
    17                                 <p><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p>
    18                                 <?php get_search_form(); ?>
    19                         </div><!-- .entry-content -->
    20                 </article><!-- #post-0 -->
     16                <div class="entry-content">
     17                        <p><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p>
     18                        <?php get_search_form(); ?>
     19                </div><!-- .entry-content -->
     20        </article><!-- #post-0 -->
Note: See TracChangeset for help on using the changeset viewer.