Changeset 21618 for trunk/wp-content/themes/twentytwelve/search.php
- Timestamp:
- 08/25/2012 05:16:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/search.php
r21404 r21618 33 33 <header class="entry-header"> 34 34 <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1> 35 </header> <!-- .entry-header -->35 </header> 36 36 37 37 <div class="entry-content"> … … 44 44 45 45 </div><!-- #content --> 46 </section><!-- #primary .site-content-->46 </section><!-- #primary --> 47 47 48 48 <?php get_sidebar(); ?>
Note: See TracChangeset
for help on using the changeset viewer.