← All changes
|
freemius/includes/customizer/class-fs-customizer-support-section.php
+2
-2
1.4.2
→
3.6.0
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 | <# } #> |