Remove the entry-meta class from footer element's in content templates. Keep entry-footer class for this purpose.

This commit is contained in:
Matthew Simo 2014-03-03 17:38:27 -06:00
parent 1a8d576e65
commit e32f0ded99
3 changed files with 5 additions and 5 deletions

View file

@ -20,5 +20,5 @@
) );
?>
</div><!-- .entry-content -->
<?php edit_post_link( __( 'Edit', '_s' ), '<footer class="entry-meta entry-footer"><span class="edit-link">', '</span></footer>' ); ?>
<?php edit_post_link( __( 'Edit', '_s' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer>' ); ?>
</article><!-- #post-## -->