Changeset 4238 for branches/2.0/wp-content/themes
- Timestamp:
- 09/25/06 02:27:51 (2 years ago)
- Files:
-
- branches/2.0/wp-content/themes/classic/sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-content/themes/classic/sidebar.php
r2206 r4238 13 13 <li id="search"> 14 14 <label for="s"><?php _e('Search:'); ?></label> 15 <form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">15 <form id="searchform" method="get" action="<?php bloginfo('home'); ?>"> 16 16 <div> 17 17 <input type="text" name="s" id="s" size="15" /><br />
