Plugin Directory

Changeset 2753902

Timestamp:
07/08/2022 08:39:40 PM (2 years ago)
Author:
kbrownkd
Message:

Fix the akismet_rechecking comment meta value deletion

Location:
akismet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/akismet.php

    r2727301 r2753902  
    77Plugin URI: https://akismet.com/
    88Description: 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.2.4
     9Version: 4.2.
    1010Author: Automattic
    1111Author URI: https://automattic.com/wordpress-plugins/
     
    3838}
    3939
    40 define( 'AKISMET_VERSION', '4.2.4' );
     40define( 'AKISMET_VERSION', '4.2.' );
    4141define( 'AKISMET__MINIMUM_WP_VERSION', '5.0' );
    4242define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/class.akismet.php

    r2683223 r2753902  
    673673        $api_response = self::check_db_comment( $id, $recheck_reason );
    674674
    675         delete_comment_meta( $id, 'akismet_rechecking' );
    676 
    677675        if ( is_wp_error( $api_response ) ) {
    678676            // Invalid comment ID.
     
    701699            );
    702700        }
     701
     702
    703703
    704704        return $api_response;
  • akismet/trunk/readme.txt

    r2727301 r2753902  
    11=== Akismet Spam Protection ===
    2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic, jgs, procifer, stephdau
     2Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic, jgs, procifer, stephdau
    33Tags: comments, spam, antispam, anti-spam, contact form, anti spam, comment moderation, comment spam, contact form spam, spam comments
    44Requires at least: 5.0
     
    3030
    3131== Changelog ==
     32
     33
     34
     35
     36
    3237
    3338= 4.2.4 =
Note: See TracChangeset for help on using the changeset viewer.