Plugin Directory

Changeset 3086117

Timestamp:
05/13/2024 09:38:25 PM (3 months ago)
Author:
derekspringer
Message:

Akismet: Make setup step clearer for new users.

Location:
akismet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/akismet.php

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

    r3079696 r3086117  
    3232
    3333== Changelog ==
     34
     35
     36
     37
    3438
    3539= 5.3.2 =
  • akismet/trunk/views/setup.php

    r2247065 r3086117  
    11<div class="akismet-setup-instructions">
    22    <p><?php esc_html_e( 'Set up your Akismet account to enable spam filtering on this site.', 'akismet' ); ?></p>
    3     <?php Akismet::view( 'get', array( 'text' => __( 'Set up your Akismet account' , 'akismet' ), 'classes' => array( 'akismet-button', 'akismet-is-primary' ) ) ); ?>
     3    <?php Akismet::view( 'get', array( 'text' => __( ', 'akismet' ), 'classes' => array( 'akismet-button', 'akismet-is-primary' ) ) ); ?>
    44</div>
Note: See TracChangeset for help on using the changeset viewer.