~canonical-sysadmins/wordpress/4.9.8

« back to all changes in this revision

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

  • Committer: Barry Price
  • Date: 2018-04-10 03:27:48 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: barryprice@flollop-20180410032748-da232uugwx07f9m8
Merge WP4.9.5 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Plugin Name: Akismet Anti-Spam
7
7
Plugin URI: https://akismet.com/
8
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: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.
9
 
Version: 4.0.2
 
9
Version: 4.0.3
10
10
Author: Automattic
11
11
Author URI: https://automattic.com/wordpress-plugins/
12
12
License: GPLv2 or later
37
37
        exit;
38
38
}
39
39
 
40
 
define( 'AKISMET_VERSION', '4.0.2' );
 
40
define( 'AKISMET_VERSION', '4.0.3' );
41
41
define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' );
42
42
define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
43
43
define( 'AKISMET_DELETE_LIMIT', 100000 );
63
63
 
64
64
if ( defined( 'WP_CLI' ) && WP_CLI ) {
65
65
        require_once( AKISMET__PLUGIN_DIR . 'class.akismet-cli.php' );
66
 
}
 
 
b'\\ No newline at end of file'
 
66
}