﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1749	Global Variables are not available in Plugin functions	mani_monaj	anonymous	"I've just tested out some plugins on Wordpress 1.6 that used to work in ver 1.5 , After an hour of debugging I found out that global variables are not available in plugin functions , for example 


{{{
function mps_jalali_query($where) {
	global $m,$hour,$minute,$second,$year,$monthnum,$day;
...
...
}
...
add_filter(""posts_where"",""mps_jalali_query"");

}}}

but $m, $hour, $minute , etc are not available in the function , they are NULL in the function !
"	defect (bug)	closed	highest omg bbq		General	1.6	critical	invalid	Plugin , Global Variables bg|squashed	
