PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 2.7.3
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v2.7.3
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
← All changes | freemius/includes/customizer/class-fs-customizer-support-section.php +2 -2 1.2.3 → 2.7.3 View file →
@@ -86,12 +86,12 @@
86 86 <# if ( data.contact && data.support ) { #>
87 87 <div class="button-group">
88 88 <# } #>
89 89 <# if ( data.contact ) { #>
90 - <a class="button" href="{{ data.contact.url }}" target="_blank">{{ data.contact.label }} </a>
90 + <a class="button" href="{{ data.contact.url }}" target="_blank" rel="noopener noreferrer">{{ data.contact.label }} </a>
91 91 <# } #>
92 92 <# if ( data.support ) { #>
93 - <a class="button" href="{{ data.support.url }}" target="_blank">{{ data.support.label }} </a>
93 + <a class="button" href="{{ data.support.url }}" target="_blank" rel="noopener noreferrer">{{ data.support.label }} </a>
94 94 <# } #>
95 95 <# if ( data.contact && data.support ) { #>
96 96 </div>
97 97 <# } #>