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/news-ticker/render.php +2 -1 2.0.432.1.7 View file →
@@ -82,9 +82,10 @@
82 82
83 83 $item_class = $enable_click ? 'news-ticker-item' : 'news-ticker-item no-click';
84 84 ?>
85 85
86 -<div <?php echo $wrapper_attributes; ?>>
86 +<div <?php echo $wrapper_attributes; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- get_block_wrapper_attributes() is properly escaped ?>>
87 +
87 88 <div class="news-ticker-wrapper">
88 89 <div class="news-ticker-label" style="background-color: rgba(0, 0, 0, 0.2); color: <?php echo esc_attr( $text_color ); ?>;">
89 90 <?php echo esc_html( $heading_text ); ?>
90 91 </div>