Plugin Directory

Changeset 3371373


Ignore:
Timestamp:
10/01/2025 06:45:04 PM (3 months ago)
Author:
andyperdomo
Message:

Akismet: lean up .

Location:
akismet/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/akismet.php

    r3371372 r3371373  
    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.5.1a9
     9Version: 5.5.1a10
    1010Requires at least: 5.8
    1111Requires PHP: 7.2
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.5.1a9' );
     42define( 'AKISMET_VERSION', '5.5.1a10' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/class.akismet-rest-api.php

    r3336858 r3371373  
    2929                            'type'              => 'string',
    3030                            'sanitize_callback' => array( 'Akismet_REST_API', 'sanitize_key' ),
    31                             'description'       => __( 'A 12-character Akismet API key. Available at akismet.com/get/', 'akismet' ),
     31                            'description'       => __( 'A 12-character Akismet API key. Available at akismet.com/account', 'akismet' ),
    3232                        ),
    3333                    ),
     
    120120                            'type'              => 'string',
    121121                            'sanitize_callback' => array( 'Akismet_REST_API', 'sanitize_key' ),
    122                             'description'       => __( 'A 12-character Akismet API key. Available at akismet.com/get/', 'akismet' ),
     122                            'description'       => __( 'A 12-character Akismet API key. Available at akismet.com/account', 'akismet' ),
    123123                        ),
    124124                    ),
     
    133133                            'type'              => 'string',
    134134                            'sanitize_callback' => array( 'Akismet_REST_API', 'sanitize_key' ),
    135                             'description'       => __( 'A 12-character Akismet API key. Available at akismet.com/get/', 'akismet' ),
     135                            'description'       => __( 'A 12-character Akismet API key. Available at akismet.com/account', 'akismet' ),
    136136                        ),
    137137                    ),
     
    146146                            'type'              => 'string',
    147147                            'sanitize_callback' => array( 'Akismet_REST_API', 'sanitize_key' ),
    148                             'description'       => __( 'A 12-character Akismet API key. Available at akismet.com/get/', 'akismet' ),
     148                            'description'       => __( 'A 12-character Akismet API key. Available at akismet.com/account', 'akismet' ),
    149149                        ),
    150150                    ),
Note: See TracChangeset for help on using the changeset viewer.