Procházet zdrojové kódy

Fix typos in comments

maxlapides před 13 roky
rodič
revize
fd13572af9
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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!