PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.7
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.7
2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 All 107 releases
← All changes | build/toggle-content/render.php +2 -2 2.0.432.1.7 View file →
@@ -44,9 +44,9 @@
44 44 </div>
45 45 </div>
46 46
47 47 <div class="b-blocks-toggle-content__content">
48 - <?php echo $panel_a_html; ?>
49 - <?php echo $panel_b_html; ?>
48 + <?php echo $panel_a_html; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- render_block() output is escaped by core. ?>
49 + <?php echo $panel_b_html; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- render_block() output is escaped by core. ?>
50 50 </div>
51 51 </div>
52 52 </div>