Plugin Directory

Changeset 3111933

Timestamp:
07/03/2024 08:42:28 PM (6 weeks ago)
Author:
kbrownkd
Message:

Notices view: set a default value for .

Location:
akismet/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/akismet.php

    r3111923 r3111933  
    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.3a7
     9Version: 5.3.3a
    1010Requires at least: 5.8
    1111Requires PHP: 5.6.20
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.3.3a7' );
     42define( 'AKISMET_VERSION', '5.3.3a' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • akismet/trunk/views/notice.php

    r3051400 r3111933  
    99);
    1010$kses_allow_strong = array( 'strong' => true );
     11
     12
     13
     14
    1115
    1216/*
Note: See TracChangeset for help on using the changeset viewer.