﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
23118	Remove spaces between parentheses in function calls without arguments	evansolomon	westi	"I noticed there were a few spots with weird spaces in function calls.  So it would like like `foo( )` instead of `foo()`.  It looks weird, so let's kill them off.

Here's what I ran to fix them: `ack ""\( \)"" --ignore-dir=wp-content -l | xargs perl -pi -E 's/\( \)/\(\)/g'`"	enhancement	closed	lowest	3.6	General		trivial	fixed	has-patch	
