Changeset 2283944
- Timestamp:
- 04/15/2020 09:34:40 AM (6 years ago)
- Location:
- nospamnx/trunk
- Files:
-
- 2 edited
-
nospamnx.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nospamnx/trunk/nospamnx.php
r2230812 r2283944 4 4 Plugin URI: http://wordpress.org/extend/plugins/nospamnx/ 5 5 Description: To protect your blog from automated spambots, this plugin adds invisible formfields to your comment form. 6 Version: 5.2. 96 Version: 5.2.10 7 7 Author: Sven Kubiak 8 8 Author URI: http://svenkubiak.de … … 12 12 Domain Path: /languages 13 13 14 Copyright 2008-20 18Sven Kubiak14 Copyright 2008-2020 Sven Kubiak 15 15 16 16 This program is free software; you can redistribute it and/or modify … … 352 352 <div id="poststuff"> 353 353 <div class="postbox opened"> 354 <h3 ><?php echo __('Statistic','nospamnx'); ?></h3>354 <h3 class="hndle"><label for="title"><?php echo __('Statistic','nospamnx'); ?></label></h3> 355 355 <div class="inside"> 356 356 <table> … … 367 367 368 368 <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> 370 370 <div class="inside"> 371 371 <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> … … 389 389 390 390 <div class="postbox opened"> 391 <h3 ><?php echo __('Blacklist','nospamnx'); ?></h3>391 <h3 class="hndle"><label for="title"><?php echo __('Blacklist','nospamnx'); ?></label></h3> 392 392 <div class="inside"> 393 393 <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 2 2 Contributors: kubi23 3 3 Tested up to: 5.4 4 Stable tag: 5.2. 94 Stable tag: 5.2.10 5 5 Requires at least: 3.0 6 6 … … 117 117 == Changelog == 118 118 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 = 120 126 * Translation fix 121 127
Note: See TracChangeset
for help on using the changeset viewer.