Changeset 2884

Show
Ignore:
Timestamp:
09/15/05 23:44:41 (3 years ago)
Author:
matt
Message:

Fix for systems with no PHP_INFO

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/themes/default/searchform.php

    r2206 r2884  
    1 <form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>"> 
     1<form method="get" id="searchform" action="<?php bloginfo('home'); ?>"> 
    22<div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /> 
    33<input type="submit" id="searchsubmit" value="Search" />