Skip to content

Commit

Permalink
Bumps version to 1.4.3.
Browse files Browse the repository at this point in the history
Urgent bug fix.
  • Loading branch information
Connor Bär committed Sep 21, 2016
1 parent 66fcd26 commit b8c4835
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
18 changes: 8 additions & 10 deletions components/content-section.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@
</div>
<?php else : ?>
<nav class="header-navigation">
<?php if ( has_nav_menu( 'primary' ) ) {
wp_nav_menu( array(
'theme_location' => 'primary',
'sub_menu' => true,
'depth' => '2',
'container' => 'nav',
'container_class' => 'header-links',
'fallback_cb' => 'false',
) );
} ?>
<ul class="header-links">
<?php wp_list_pages( array(
'child_of' => $post->ID,
'depth' => 1,
'title_li' => '',
'sort_column' => 'menu_order',
) ); ?>
</ul>
</nav>
<?php endif; ?>
</div>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Requires at least: WordPress 4.5

Tested up to: WordPress 4.6.1

Version: 1.4.2
Version: 1.4.3

License: [MIT](#copyright)

Expand Down
4 changes: 2 additions & 2 deletions style.css

Large diffs are not rendered by default.

0 comments on commit b8c4835

Please sign in to comment.