Changeset 1383579
- Timestamp:
- 03/31/2016 07:50:45 PM (10 years ago)
- Location:
- automatic-comment-spam-disable/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
spam-disable.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
automatic-comment-spam-disable/trunk/readme.txt
r797970 r1383579 4 4 Tags: comment, spam 5 5 Requires at least: 3.0 6 Tested up to: 3.17 Stable tag: 3.16 Tested up to: 4.1 7 Stable tag: 4.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 == Changelog == 36 36 37 = 1. 0=38 First release 37 = 1.2 = 38 Update and check. -
automatic-comment-spam-disable/trunk/spam-disable.php
r797970 r1383579 4 4 Plugin URI: http://flynewmedia.com/ 5 5 Description: Deletes SPAM comments that contain links 6 Version: 1. 06 Version: 1.2 7 7 Author: valiik (Valik Rudd) 8 8 Author URI: http://valiik.com/ … … 10 10 */ 11 11 12 define('SD_VERSION', '1. 0');12 define('SD_VERSION', '1.2'); 13 13 define('SD_DIR', dirname(__FILE__)); 14 14
Note: See TracChangeset
for help on using the changeset viewer.