PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.3.3
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 2.6.1 All 38 releases
← All changes | freemius/templates/forms/trial-start.php +1 -1 1.2.31.3.3 View file →
@@ -27,9 +27,9 @@
27 27 /* translators: %s: Link to freemius.com */
28 28 fs_text_inline( 'For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.', 'start-trial-prompt-message', $slug ),
29 29 $fs->get_module_type(),
30 30 sprintf(
31 - '<a href="%s" target="_blank">%s</a>',
31 + '<a href="%s" target="_blank" rel="noopener">%s</a>',
32 32 'https://freemius.com',
33 33 'freemius.com'
34 34 )
35 35 );