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/price-lists/render.php +1 -1 2.0.432.1.7 View file →
@@ -85,9 +85,9 @@
85 85
86 86 <span class='productPrice'><?php echo wp_kses_post( $price ); ?></span>
87 87 </div>
88 88
89 - <?php echo $isSep ? "<span class='productSeparator'></span>" : ''; ?>
89 + <?php echo $isSep ? "<span class='productSeparator'></span>" : ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- static markup, no user input. ?>
90 90 </div>
91 91 <?php } ?>
92 92 </div>
93 93 </div>