Quellcode durchsuchen

Fix typos in comments

maxlapides vor 13 Jahren
Ursprung
Commit
fd13572af9
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      functions.php

+ 2 - 2
functions.php

@@ -13,7 +13,7 @@ sidebars, comments, ect.
 /*
 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
@@ -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!