Plugin Directory

Changeset 2283944


Ignore:
Timestamp:
04/15/2020 09:34:40 AM (6 years ago)
Author:
kubi23
Message:

Release 5.2.10

Location:
nospamnx/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nospamnx/trunk/nospamnx.php

    r2230812 r2283944  
    44Plugin URI: http://wordpress.org/extend/plugins/nospamnx/
    55Description: To protect your blog from automated spambots, this plugin adds invisible formfields to your comment form.
    6 Version: 5.2.9
     6Version: 5.2.10
    77Author: Sven Kubiak
    88Author URI: http://svenkubiak.de
     
    1212Domain Path: /languages
    1313
    14 Copyright 2008-2018 Sven Kubiak
     14Copyright 2008-2020 Sven Kubiak
    1515
    1616This program is free software; you can redistribute it and/or modify
     
    352352                <div id="poststuff">
    353353                    <div class="postbox opened">
    354                         <h3><?php echo __('Statistic','nospamnx'); ?></h3>
     354                        <h3 class="hndle"><label for="title"><?php echo __('Statistic','nospamnx'); ?></label></h3>
    355355                        <div class="inside">
    356356                            <table>
     
    367367
    368368                    <div class="postbox opened">
    369                         <h3><?php echo __('Operating mode','nospamnx'); ?></h3>
     369                        <h3 class="hndle"><label for="title"><?php echo __('Operating mode','nospamnx'); ?></label></h3>
    370370                        <div class="inside">
    371371                            <p><?php echo __('By default all Spambots are marked as Spam, but the recommended Mode is "block". If you are uncertain what will be blocked, select "Mark as Spam" at first and switch to "block" later on.','nospamnx'); ?></p>
     
    389389
    390390                    <div class="postbox opened">
    391                         <h3><?php echo __('Blacklist','nospamnx'); ?></h3>
     391                        <h3 class="hndle"><label for="title"><?php echo __('Blacklist','nospamnx'); ?></label></h3>
    392392                        <div class="inside">
    393393                            <p><?php echo __('By default the Entries in the Blacklist will match Substrings (e.g. \'foobar\' will match, if you have \'foo\' in your Blacklist). Uncheck the following Option to only match exact words.','nospamnx'); ?></p>
  • nospamnx/trunk/readme.txt

    r2278105 r2283944  
    22Contributors: kubi23
    33Tested up to: 5.4
    4 Stable tag: 5.2.9
     4Stable tag: 5.2.10
    55Requires at least: 3.0
    66
     
    117117== Changelog ==
    118118
    119 = 5.2.7 =
     119= 5.2.10 =
     120* Cosmetics on settings
     121
     122= 5.2.9 =
     123* Translation fix
     124
     125= 5.2.8 =
    120126* Translation fix
    121127
Note: See TracChangeset for help on using the changeset viewer.