_s: Formatting changes:

- Reduce element comments to either the element id or the first element
class.
- Tabs > Spaces.
- Improve adherence to formatting guidelines.
This commit is contained in:
obenland 2013-03-04 16:41:38 -08:00
parent c7f2b7a1ee
commit c4f2aa32ce
18 changed files with 301 additions and 307 deletions

View file

@ -52,7 +52,7 @@
*/
wp_list_comments( array( 'callback' => '_s_comment' ) );
?>
</ol><!-- .commentlist -->
</ol><!-- .comment-list -->
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
<nav id="comment-nav-below" class="navigation-comment" role="navigation">
@ -73,4 +73,4 @@
<?php comment_form(); ?>
</div><!-- #comments .comments-area -->
</div><!-- #comments -->