fixing a typo
authorIan Weller <ian@gaslightmedia.com>
Wed, 29 Mar 2017 18:34:40 +0000 (14:34 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 29 Mar 2017 18:34:40 +0000 (14:34 -0400)
I fixed a typo I put in by mistake.

functions.php

index 81aa646..88cfb8b 100644 (file)
@@ -417,7 +417,7 @@ function glm_side_menu() {
     } else {
         $ID = $parent->ID;
     }
-    echo '<h2>MI Centeral Swing Golf</h2>';
+    echo '<h2>MI Central Swing Golf</h2>';
     echo '<ul class="sidenav"><!-- begin -->'."\n";
     echo wp_list_pages( 'child_of='.$ID.'&title_li=&depth=1&echo=0');
     echo '</ul><!-- end -->'."\n";