#10306 closed defect (bug) (worksforme)
searchform.php is missing in kubrick
| Reported by: | Nao | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Themes | Version: | 2.8 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
From 2.8 on, searchform.php file is missing in wp-content/themes/default/ directory.
It's still called from search.php.
Change History (3)
#2
@
17 years ago
I see, looks like this is specific to the packages using i18n'd theme only.
I'll contact Nikolay.
http://svn.automattic.com/wordpress-i18n/theme/trunk/search.php
http://svn.automattic.com/wordpress-i18n/theme/tags/2.8/search.php
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
You must have an old version of default, since that file was removed in 2.7 and replaced with <?php get_search_form(); ?> since revision 9234. I confirmed in Trunk and 2.7 and 2.8 chains that there was no calls for it since 2.6.5.