Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #16541, comment 3


Ignore:
Timestamp:
04/15/2011 04:05:32 AM (14 years ago)
Author:
webraket
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16541, comment 3

    v2 v3  
    11I would like to disable the include of searchform.php (sitewide on a multi-site install with 100+ themes) and pass a custom $form value trough the filter with a plugin.
    22
    3 If this is not possible because of compitability issues, I wish get_search_form() or locate_template() becomes pluggable...
     3If this is not possible because of compatibility issues, I wish get_search_form() or locate_template() becomes pluggable...
    44
    55With the latest patch provided by garyc40, at least I don't have to modify the core however searchform.php is still included and the outbut buffering is probably a waste of resources.