[wp-testers] Fatal error

Mog idomoggie at mac.com
Sun Apr 27 07:13:53 GMT 2008


I get  Fatal error: Call to undefined function has_filter() in / 
home/.mizelliwasherkiln/sugoimog/iinfidel.com/wp-includes/classes.php  
on line 241 after upgrading to WP 2.5.1 site is borked.

	// query_string filter deprecated.  Use request filter instead.
		if ( has_filter('query_string') ) {  // Don't bother filtering and  
parsing if no plugins are hooked in.
			$this->query_string = apply_filters('query_string', $this- 
 >query_string);
			parse_str($this->query_string, $this->query_vars);
		}
	}
is what's there in classes.php

What did I do wrong?

Mog


More information about the wp-testers mailing list