Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olefredrik committed Aug 8, 2017
1 parent bc15c43 commit 29cb728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/foundation.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function foundationpress_menu_fallback() {
}
endif;

// Add Foundation 'is-ctive' class for the current menu item.
// Add Foundation 'is-active' class for the current menu item.
if ( ! function_exists( 'foundationpress_active_nav_class' ) ) :
function foundationpress_active_nav_class( $classes, $item ) {
if ( $item->current == 1 || $item->current_item_ancestor == true ) {
Expand All @@ -74,7 +74,7 @@ function foundationpress_active_nav_class( $classes, $item ) {
endif;

/**
* Use the active class of ZURB Foundation on wp_list_pages output.
* Use the is-active class of ZURB Foundation on wp_list_pages output.
* From required+ Foundation http://themes.required.ch.
*/
if ( ! function_exists( 'foundationpress_active_list_pages_class' ) ) :
Expand Down

0 comments on commit 29cb728

Please sign in to comment.