Index: searchform.php
===================================================================
--- searchform.php	(revision 3265)
+++ searchform.php	(working copy)
@@ -34,7 +34,7 @@
 <?php } ?>
 
 	<?php
-		$is_handbook = wporg_is_handbook();
+		$is_handbook = function_exists( 'wporg_is_handbook' ) ? wporg_is_handbook() : false;
 		$search_url  = $is_handbook ? wporg_get_current_handbook_home_url() : home_url( '/' );
 		$form_class  = $is_handbook ? ' searchform-handbook' : '';
 	?>
