Conversation
supportHi, Panel.php line 44 should be: $this->_renderData(<strong>$data</strong><em>); It’s currently missing the parameter. Without this fix, the panel is Query Tracer panel is blank and the error log has this error: PHP Warning: Invalid argument supplied for foreach() in <path>/wp-content/plugins/debug-bar-query-tracer/Panel.php on line 62 http://wordpress.org/extend/plugins/debug-bar-query-tracer/
Oops, ignore the markup: $this->_renderData($data);
I created a fixed version of this plugin at : https://github.com/patmoore/debug-bar-query-tracer
Oops, ignore the markup: $this->_renderData($data);
I created a fixed version of this plugin at : https://github.com/patmoore/debug-bar-query-tracer