[wp-trac] [WordPress Trac] #21342: The admin bar search form is lacking the get_search_form filter
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 22 08:02:50 UTC 2012
#21342: The admin bar search form is lacking the get_search_form filter
-------------------------+-----------------------------
Reporter: Chouby | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.4.1
Severity: normal | Keywords: has-patch
-------------------------+-----------------------------
The correction is obvious. Just add :
$form = apply_filters('get_search_form', $form);
at line 641 of wp-includes/admin-bar.php
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21342>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list