Make WordPress Core


Ignore:
Timestamp:
03/07/2007 03:05:41 AM (18 years ago)
Author:
ryan
Message:

Standardize on 'url' for fetching the blog's url. Props rob1n. fixes #3623

File:
1 edited

Legend:

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

    r4171 r4983  
    1 <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
     1<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
    22<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
    33<input type="submit" id="searchsubmit" value="Search" />
Note: See TracChangeset for help on using the changeset viewer.