Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Updating 404 menu
Browse files Browse the repository at this point in the history
forgot the UL.
  • Loading branch information
andrewmbacon committed Jan 19, 2015
1 parent 4fcd4e9 commit 21598f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<?php get_search_form(); ?>
</div>
<div class="col-sm-6">
<ul>
<?php
if (wp_get_nav_menu_object('404')){
$defaults = array(
Expand All @@ -35,6 +36,7 @@
wp_nav_menu( $defaults );
}
?>
</ul>
</div>
</div><!-- .page-content -->
</div>
Expand Down

0 comments on commit 21598f4

Please sign in to comment.