Changeset 3027690
- Timestamp:
- 01/27/2024 07:28:06 PM (2 years ago)
- Location:
- exact-match-disallowed-comment-contact-forms
- Files:
-
- 8 added
- 2 edited
-
tags/1.3 (added)
-
tags/1.3/blocklist-manager.php (added)
-
tags/1.3/blocklist.txt (added)
-
tags/1.3/inc (added)
-
tags/1.3/inc/class-table-entries.php (added)
-
tags/1.3/readme.txt (added)
-
tags/1.3/templates (added)
-
tags/1.3/templates/entries.php (added)
-
trunk/blocklist-manager.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exact-match-disallowed-comment-contact-forms/trunk/blocklist-manager.php
r2392339 r3027690 156 156 $mod_keys = self::get_disallowed_words(); 157 157 if ( '' == $mod_keys ) { 158 if ( 1 == get_option( 'comment_moderation' ) ) { 159 return 0; 160 } 158 161 return 1; // If moderation keys are empty. 159 162 } … … 184 187 } 185 188 } 189 190 if ( 1 == get_option( 'comment_moderation' ) ) { 191 return 0; 192 } 193 186 194 return 1; 187 195 } -
exact-match-disallowed-comment-contact-forms/trunk/readme.txt
r2392339 r3027690 7 7 Contributors: CompleteWebResources 8 8 Requires PHP: 7.0 9 Tested up to: 5.5.110 Stable tag: 1. 211 Version: 1. 29 Tested up to: 6.4.2 10 Stable tag: 1.3 11 Version: 1.3 12 12 License: GPLv3 13 13 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 58 58 == Changelog == 59 59 60 = 1.3 = 61 62 * The "Comment must be manually approved" setting didn't work, a fix was applied 63 60 64 = 1.2 = 61 65
Note: See TracChangeset
for help on using the changeset viewer.