Skip to content

Commit

Permalink
Use hybrid_post_attributes() in loop-error.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Sep 11, 2013
1 parent f0edb7f commit e415429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loop-error.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<article id="post-0" class="<?php hybrid_entry_class(); ?>">
<article <?php hybrid_post_attributes(); ?>>

<header class="entry-header">
<h1 class="entry-title"><?php _e( 'Nothing found', 'hybrid-base' ); ?></h1>
Expand Down

0 comments on commit e415429

Please sign in to comment.