@@ -11,17 +11,17 @@ |
||
11 | 11 | <a href="javascript:Blackbar.switchPanel('glbb-globals')" class="glbb-globals"><?= __( 'Globals', 'blackbar' ); ?></a> |
12 | 12 | <a href="javascript:Blackbar.close()" class="glbb-close"><?= __( 'Close', 'blackbar' ); ?></a> |
13 | 13 | <div id="glbb-queries" class="glbb-debug-panel"> |
14 | - <?php $blackbar->render( 'panels/queries', array( 'queries' => $queries )); ?> |
|
14 | + <?php $blackbar->render( 'panels/queries', array( 'queries' => $queries ) ); ?> |
|
15 | 15 | </div> |
16 | 16 | <div id="glbb-console" class="glbb-debug-panel"> |
17 | - <?php $blackbar->render( 'panels/console', array( 'entries' => $consoleEntries )); ?> |
|
17 | + <?php $blackbar->render( 'panels/console', array( 'entries' => $consoleEntries ) ); ?> |
|
18 | 18 | </div> |
19 | 19 | <div id="glbb-profiler" class="glbb-debug-panel"> |
20 | - <?php $blackbar->render( 'panels/profiler', array( 'profiler' => $profiler )); ?> |
|
20 | + <?php $blackbar->render( 'panels/profiler', array( 'profiler' => $profiler ) ); ?> |
|
21 | 21 | </div> |
22 | 22 | <?php if( !is_admin() ) : ?> |
23 | 23 | <div id="glbb-templates" class="glbb-debug-panel"> |
24 | - <?php $blackbar->render( 'panels/templates', array( 'templates' => $templates )); ?> |
|
24 | + <?php $blackbar->render( 'panels/templates', array( 'templates' => $templates ) ); ?> |
|
25 | 25 | </div> |
26 | 26 | <?php endif; ?> |
27 | 27 | <div id="glbb-globals" class="glbb-debug-panel"> |