~canonical-sysadmins/wordpress/4.7.1

« back to all changes in this revision

Viewing changes to wp-content/plugins/akismet/akismet.php

  • Committer: Barry Price
  • Date: 2016-06-22 02:23:41 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: barry.price@canonical.com-20160622022341-9qrp2nesacwfx017
Merge WP4.5.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 */
5
5
/*
6
6
Plugin Name: Akismet
7
 
Plugin URI: http://akismet.com/
8
 
Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected 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/">Sign up for an Akismet plan</a> to get an API key, and 3) Go to your Akismet configuration page, and save your API key.
9
 
Version: 3.1.10
 
7
Plugin URI: https://akismet.com/
 
8
Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: 1) Click the "Activate" link to the left of this description, 2) <a href="https://akismet.com/get/">Sign up for an Akismet plan</a> to get an API key, and 3) Go to your Akismet configuration page, and save your API key.
 
9
Version: 3.1.11
10
10
Author: Automattic
11
 
Author URI: http://automattic.com/wordpress-plugins/
 
11
Author URI: https://automattic.com/wordpress-plugins/
12
12
License: GPLv2 or later
13
13
Text Domain: akismet
14
14
*/
37
37
        exit;
38
38
}
39
39
 
40
 
define( 'AKISMET_VERSION', '3.1.10' );
 
40
define( 'AKISMET_VERSION', '3.1.11' );
41
41
define( 'AKISMET__MINIMUM_WP_VERSION', '3.2' );
42
42
define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
43
43
define( 'AKISMET_DELETE_LIMIT', 100000 );