Uncaught error in 1.2.10
-
Hi,
On line 578 you need to check first if there is a query before retrieving the data from it.
//loop through all the query vars
if(isset($wp_query->query)) {
foreach($wp_query->query as $key=>$val) {
- The topic ‘Uncaught error in 1.2.10’ is closed to new replies.