Don't pass deprecated argument to get_bloginfo() in the classic theme. See #11652 props nacin.

git-svn-id: https://develop.svn.wordpress.org/trunk@12589 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2009-12-30 17:19:27 +00:00
parent 6c90d0770c
commit aa0bce07a5

View File

@ -15,7 +15,7 @@
<?php wp_list_categories('title_li=' . __('Categories:')); ?>
<li id="search">
<label for="s"><?php _e('Search:'); ?></label>
<form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
<form id="searchform" method="get" action="<?php bloginfo('url'); ?>">
<div>
<input type="text" name="s" id="s" size="15" /><br />
<input type="submit" value="<?php esc_attr_e('Search'); ?>" />