summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2022-06-15 12:23:54 -0400
committerYury German <blueknight@gentoo.org>2022-06-15 12:23:54 -0400
commitd70aabe9576a2aa12d55e8649f04c3a853de902a (patch)
tree31baa2d7c7bf8acddc5d5e307ad6b6dda6fc23c2 /plugins/akismet/views/stats.php
parentOpenid-3.6.1 and jetpack-11.0 upgrade (diff)
downloadblogs-gentoo-d70aabe9576a2aa12d55e8649f04c3a853de902a.tar.gz
blogs-gentoo-d70aabe9576a2aa12d55e8649f04c3a853de902a.tar.bz2
blogs-gentoo-d70aabe9576a2aa12d55e8649f04c3a853de902a.zip
update akismet 4.2.4HEADmaster
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'plugins/akismet/views/stats.php')
-rw-r--r--plugins/akismet/views/stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/akismet/views/stats.php b/plugins/akismet/views/stats.php
index 81d82ce4..4e982a26 100644
--- a/plugins/akismet/views/stats.php
+++ b/plugins/akismet/views/stats.php
@@ -7,5 +7,5 @@
</div>
</div>
</div>
- <iframe src="<?php echo esc_url( sprintf( '//akismet.com/web/1.0/user-stats.php?blog=%s&api_key=%s&locale=%s', urlencode( get_option( 'home' ) ), Akismet::get_api_key(), get_locale() ) ); ?>" width="100%" height="2500px" frameborder="0"></iframe>
+ <iframe src="<?php echo esc_url( sprintf( 'https://tools.akismet.com/1.0/user-stats.php?blog=%s&api_key=%s&locale=%s', urlencode( get_option( 'home' ) ), esc_attr( Akismet::get_api_key() ), esc_attr( get_locale() ) ) ); ?>" width="100%" height="2500px" frameborder="0"></iframe>
</div> \ No newline at end of file