質問編集履歴

1

誤記

2018/01/09 08:27

投稿

drunkdoll
drunkdoll

スコア128

test CHANGED
File without changes
test CHANGED
@@ -12,13 +12,17 @@
12
12
 
13
13
  function home_search_form() {
14
14
 
15
+ ?>
16
+
15
17
  <form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>" >
16
18
 
17
19
  <input type="text" name="s" id="s" value="<?php echo get_search_query(); ?>"/>
18
20
 
19
21
  <button type="submit" id="searchsubmit"/><i class="fa fa-search" aria-hidden="true"></i></button>
20
22
 
21
- </form>
23
+ </form>
24
+
25
+ <?php
22
26
 
23
27
  }
24
28