Plugin Directory

Changeset 3002950

Timestamp:
11/28/2023 09:16:01 PM (9 months ago)
Author:
kbrownkd
Message:

Fix a minor error that occurs when another plugin removes all comment actions from the dashboard

Location:
akismet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/akismet.php

    r3002946 r3002950  
    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>. Akismet Anti-spam 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: 5.3.1a1
     9Version: 5.3.1a
    1010Requires at least: 5.8
    1111Requires PHP: 5.6.20
    ��  
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.3.1a1' );
     42define( 'AKISMET_VERSION', '5.3.1a' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/class.akismet-admin.php

    r2966139 r3002950  
    556556
    557557        // add a History item to the hover links, just after Edit
    558         if ( $akismet_result ) {
     558        if ( $akismet_result ) {
    559559            $b = array();
    560560            foreach ( $a as $k => $item ) {
  • akismet/trunk/readme.txt

    r2991242 r3002950  
    3232
    3333== Changelog ==
     34
     35
     36
     37
     38
    3439
    3540= 5.3 =
Note: See TracChangeset for help on using the changeset viewer.