diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2013-10-03 22:00:33 +0200 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2013-10-03 22:00:33 +0200 |
commit | 07405d17c3ed619db3d8af200546e157a81ad11b (patch) | |
tree | b242e4bc90a34f3f0afee9ea8e455f75d47945ee /plugins/akismet/akismet.php | |
parent | update jetpack (diff) | |
download | blogs-gentoo-07405d17c3ed619db3d8af200546e157a81ad11b.tar.gz blogs-gentoo-07405d17c3ed619db3d8af200546e157a81ad11b.tar.bz2 blogs-gentoo-07405d17c3ed619db3d8af200546e157a81ad11b.zip |
Update akismet
Diffstat (limited to 'plugins/akismet/akismet.php')
-rw-r--r-- | plugins/akismet/akismet.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/akismet/akismet.php b/plugins/akismet/akismet.php index 1e622f63..b0b258df 100644 --- a/plugins/akismet/akismet.php +++ b/plugins/akismet/akismet.php @@ -6,7 +6,7 @@ Plugin Name: Akismet Plugin URI: http://akismet.com/?return=true Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from comment and trackback spam</strong>. It keeps your site protected from spam even while you sleep. To get started: 1) Click the "Activate" link to the left of this description, 2) <a href="http://akismet.com/get/?return=true">Sign up for an Akismet API key</a>, and 3) Go to your Akismet configuration page, and save your API key. -Version: 2.5.8 +Version: 2.5.9 Author: Automattic Author URI: http://automattic.com/wordpress-plugins/ License: GPLv2 or later @@ -34,7 +34,7 @@ if ( !function_exists( 'add_action' ) ) { exit; } -define('AKISMET_VERSION', '2.5.8'); +define('AKISMET_VERSION', '2.5.9'); define('AKISMET_PLUGIN_URL', plugin_dir_url( __FILE__ )); /** If you hardcode a WP.com API key here, all key config screens will be hidden */ |