Add missing 'class' comments

This commit is contained in:
kobenland 2012-05-23 21:01:41 +02:00
parent 55ab0fa5d6
commit b9fa5c0dd2
8 changed files with 13 additions and 13 deletions

View file

@ -15,7 +15,7 @@ get_header(); ?>
<header class="page-header">
<h1 class="page-title"><?php printf( __( 'Search Results for: %s', '_s' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
</header>
</header><!-- .page-header -->
<?php _s_content_nav( 'nav-above' ); ?>