Skip to content

Commit 755cf7b

Browse files
author
Rob Myers
committed
Make sure to hide search box.
1 parent 7f7cb0f commit 755cf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/bombadil/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<div class="sub-nav-subtext"><?php echo get_the_title( $post->post_parent ); ?></div>
122122
<?php } ?>
123123

124-
<?php if ( show_search() ) { ?>
124+
<?php if ( false /*show_search()*/ ) { ?>
125125
<!-- Search Field -->
126126
<div class="sub-nav-searchform"><?php get_search_form(); ?></div>
127127
<?php } ?>

0 commit comments

Comments
 (0)