Changeset 2285200
- Timestamp:
- 04/16/2020 07:11:06 PM (6 years ago)
- Location:
- stop-spammer-registrations-plugin/trunk
- Files:
-
- 3 edited
-
includes/ss-admin-options.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
stop-spammer-registrations-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stop-spammer-registrations-plugin/trunk/includes/ss-admin-options.php
r2244513 r2285200 65 65 } 66 66 if ( count( $wlrequests ) == 1 ) { 67 echo "<p><strong>" . count( $wlrequests ) . "</strong> user has been denied access and <a href='admin.php?page=ss_allow requests'>requested</a> that you add them to the Allow List.</p>";67 echo "<p><strong>" . count( $wlrequests ) . "</strong> user has been denied access and <a href='admin.php?page=ss_allow_list'>requested</a> that you add them to the Allow List.</p>"; 68 68 } else if ( count( $wlrequests ) > 0 ) { 69 echo "<p><strong>" . count( $wlrequests ) . "</strong> users have been denied access and <a href='admin.php?page=ss_allow requests'>requested</a> that you add them to the Allow List.</p>";69 echo "<p><strong>" . count( $wlrequests ) . "</strong> users have been denied access and <a href='admin.php?page=ss_allow_list'>requested</a> that you add them to the Allow List.</p>"; 70 70 } 71 71 } -
stop-spammer-registrations-plugin/trunk/readme.txt
r2244523 r2285200 6 6 Tags: spam, security, anti-spam, spam blocker, block spam, signup spam, comment spam, spam filter, registration spam, spammer, spammers, spamming, xss, malware, virus, captcha, comment, comments, login, protection, user registration spam 7 7 Stable Tag: trunk 8 Version: 2020.1. 28 Version: 2020.1.4 9 9 Tested up to: 5.3.2 10 10 License: https://www.gnu.org/licenses/gpl.html … … 35 35 == Changelog == 36 36 37 = 2020.1.1-2020.1.4 = 38 * [Update] Various hotfixes 37 39 38 40 = 2020.1 = -
stop-spammer-registrations-plugin/trunk/stop-spammer-registrations-new.php
r2244530 r2285200 4 4 Plugin URI: https://trumani.com/ 5 5 Description: Stop WordPress spam dead in its tracks. Designed to secure your website immediately. Enhance your UX with 30+ configurable options and a testing tool. 6 Version: 2020.1. 36 Version: 2020.1.4 7 7 Author: Trumani 8 8 Author URI: https://trumani.com/
Note: See TracChangeset
for help on using the changeset viewer.