Skip to content

Commit

Permalink
Merge pull request #51 from humanmade/fix-qm-output
Browse files Browse the repository at this point in the history
Fix outputting segment details on Query Monitor
  • Loading branch information
joehoyle authored Feb 10, 2020
2 parents dab5459 + 2da59ef commit fb9c4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/query_monitor/class-output-html.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function output() {
<ol class="qm-toggler">
<?php echo $this->build_toggler() ?>
<div class="qm-toggled">
<pre><?php esc_html( print_r( $trace, true ) ) ?></pre>
<pre><?php echo esc_html( print_r( $trace, true ) ) ?></pre>
</div>
</ol>
</td>
Expand Down

0 comments on commit fb9c4b1

Please sign in to comment.