|
@@ -337,8 +337,7 @@ |
|
|
block discarded – undo |
|
337
|
337
|
// Ok, we have an argument, let's pretty print it. |
|
338
|
338
|
if ( defined( 'Debug_Bar_Pretty_Output::VERSION' ) ) { |
|
339
|
339
|
echo Debug_Bar_Pretty_Output::get_output( $args, '', true ); // WPCS: XSS ok. |
|
340
|
|
- } |
|
341
|
|
- else { |
|
|
340
|
+ } else { |
|
342
|
341
|
// An old version of the pretty output class was loaded. |
|
343
|
342
|
// Real possibility as there are several DB plugins using the pretty print class. |
|
344
|
343
|
Debug_Bar_Pretty_Output::output( $args, '', true ); |
Please login to merge, or discard this patch.