Skip to content

Commit

Permalink
taypo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmericc committed Jan 1, 2023
1 parent 357ab02 commit 8a08bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if ( $site_description && ( is_home() || is_front_page() ) )
echo " | $site_description";
if ( $paged >= 2 || $page >= 2 )
echo ' | ' . sprintf( _( 'Page %s', 'sipsi' ), max( $paged, $page ) );n
echo ' | ' . sprintf( _( 'Page %s', 'sipsi' ), max( $paged, $page ) );
?>
</title>
<meta charset="UTF-8">
Expand Down Expand Up @@ -59,4 +59,4 @@
<div class="container">
<?php wp_nav_menu( array( 'theme_location' => 'menu', 'items_wrap' => '<ul id="menu-header">%3$s</ul>', 'menu_id' => 'menu-header')); ?>
</div>
</nav>
</nav>

0 comments on commit 8a08bb0

Please sign in to comment.