Completed
Branch feature/better-arg-display (e2dba3)
by Juliette
03:13
created
class-debug-bar-cron.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.