[wp-cvs] wordpress/wp-content/themes/default searchform.php, 1.2, 1.3

Matthew Mullenweg saxmatt at users.sourceforge.net
Wed Feb 2 10:57:09 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-content/themes/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30218/wp-content/themes/default

Modified Files:
	searchform.php 
Log Message:
GET clean - http://mosquito.wordpress.org/view.php?id=784

Index: searchform.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/default/searchform.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** searchform.php	24 Jan 2005 08:15:10 -0000	1.2
--- searchform.php	2 Feb 2005 10:57:07 -0000	1.3
***************
*** 1,5 ****
  <form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
  <div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
! <input type="submit" id="searchsubmit" name="Submit" value="Search" />
  </div>
  </form>
\ No newline at end of file
--- 1,5 ----
  <form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
  <div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
! <input type="submit" id="searchsubmit" value="Search" />
  </div>
  </form>
\ No newline at end of file



More information about the cvs mailing list