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

Commit

Permalink
Merge pull request #795 from minihays/patch-1
Browse files Browse the repository at this point in the history
Add missing argument to fix travis CI build
  • Loading branch information
olefredrik committed Apr 16, 2016
2 parents 6808a6c + bf99138 commit e8be80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function foundationpress_breadcrumb( $showhome = true, $separatorclass = false )
} else if ( get_query_var('paged') ) {

// Paginated archives
echo '<li class="current item-current-' . get_query_var('paged') . '">' . __('Page') . ' ' . get_query_var('paged') . '</li>';
echo '<li class="current item-current-' . get_query_var('paged') . '">' . __('Page', 'foundationpress' ) . ' ' . get_query_var('paged') . '</li>';

} else if ( is_search() ) {

Expand Down

0 comments on commit e8be80c

Please sign in to comment.