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:
parent
eccd0eb4be
commit
00df0c3f5f
|
@ -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'); ?>" />
|
||||
|
|
Loading…
Reference in New Issue