﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19321	get_search_form() function calls an action and a filter with the same hook.	marquex	SergeyBiryukov	"The get_search_form() functions starts calling the action 'get_search_form', and its ends applying the filter 'get_search_form' if a searchform.php file doesn't exists. 

So if a function is hooked in 'get_search_form' action, it is also called by the filter, as long as do_action and apply_filters grab the functions from the same array.

If I add an action in 'get_search_form' I would like to be called just once. Maybe the best thing to do here is to change the action hook name.

Cheers"	defect (bug)	closed	normal	3.6	Template	2.7	normal	fixed	has-patch needs-codex commit	chip@…
