Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlapides committed Aug 25, 2012
1 parent b53d5b1 commit fd13572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/*
1. library/bones.php
- head cleanup (remove rsd, uri links, junk css, ect)
- enqeueing scripts & styles
- enqueueing scripts & styles
- theme support functions
- custom menu output & fallbacks
- related post function
Expand Down Expand Up @@ -139,7 +139,7 @@ function bones_comments($comment, $args, $depth) {
</section>
<?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
</article>
<!-- </li> is added by wordpress automatically -->
<!-- </li> is added by WordPress automatically -->
<?php
} // don't remove this bracket!

Expand Down

0 comments on commit fd13572

Please sign in to comment.