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

git-svn-id: http://svn.automattic.com/wordpress/trunk@12589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-12-30 17:19:27 +00:00
parent eccd0eb4be
commit 00df0c3f5f
1 changed files with 1 additions and 1 deletions

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'); ?>" />