Ticket #13198: twentyten-searchform-add-trailingslash-home_url-path.patch
File twentyten-searchform-add-trailingslash-home_url-path.patch, 747 bytes (added by , 15 years ago) |
---|
-
wp-content/themes/twentyten/searchform.php
11 11 */ 12 12 ?> 13 13 14 <form id="searchform" name="searchform" method="get" action="<?php echo home_url( );?>">14 <form id="searchform" name="searchform" method="get" action="<?php echo home_url( '/' ) ?>"> 15 15 <div> 16 16 <label for="s"><?php _e( 'Search', 'twentyten' ); ?></label> 17 17 <input type="text" id="s" name="s" /> 18 18 <input type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'twentyten' ); ?>" /> 19 19 </div> 20 </form> 21 No newline at end of file 20 </form>