mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Fix for systems with no PHP_INFO
git-svn-id: https://develop.svn.wordpress.org/trunk@2884 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
|
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>">
|
||||||
<div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
|
<div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
|
||||||
<input type="submit" id="searchsubmit" value="Search" />
|
<input type="submit" id="searchsubmit" value="Search" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user