summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-07-12 10:39:14 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-07-12 10:39:14 -0400
commit0d8f300774678bf305af12410615c43fd751aaee (patch)
tree800ed53f1850e6d2fd0d955e2ab3a116d64e2caf /plugins/akismet/class.akismet.php
parentUpdate mantra 3.0.5 (diff)
downloadblogs-gentoo-0d8f300774678bf305af12410615c43fd751aaee.tar.gz
blogs-gentoo-0d8f300774678bf305af12410615c43fd751aaee.tar.bz2
blogs-gentoo-0d8f300774678bf305af12410615c43fd751aaee.zip
Update akismet 4.0.8
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/akismet/class.akismet.php')
-rw-r--r--plugins/akismet/class.akismet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/akismet/class.akismet.php b/plugins/akismet/class.akismet.php
index 146c13c5..3a1307f4 100644
--- a/plugins/akismet/class.akismet.php
+++ b/plugins/akismet/class.akismet.php
@@ -1416,7 +1416,7 @@ p {
echo apply_filters(
'akismet_comment_form_privacy_notice_markup',
'<p class="akismet_comment_form_privacy_notice">' . sprintf(
- __( 'This site uses Akismet to reduce spam. <a href="%s" target="_blank">Learn how your comment data is processed</a>.', 'akismet' ),
+ __( 'This site uses Akismet to reduce spam. <a href="%s" target="_blank" rel="nofollow noopener">Learn how your comment data is processed</a>.', 'akismet' ),
'https://akismet.com/privacy/'
) . '</p>'
);