Changeset 2788277
- Timestamp:
- 09/21/2022 04:43:55 PM (4 years ago)
- Location:
- auto-comment-moderation/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
admin/auto-comment-moderation-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-comment-moderation/trunk/README.txt
r2690494 r2788277 4 4 Tags: comments, moderation, toxic, content 5 5 Requires at least: 4.5.1 6 Tested up to: 5.9.16 Tested up to: 6.0.2 7 7 Stable tag: 1.0.0 8 8 License: GPLv2 or later -
auto-comment-moderation/trunk/admin/auto-comment-moderation-admin.php
r2690494 r2788277 67 67 <option value='98' <?php selected( $options['modhs_confidence'], 98 ); ?>>Extremely Safe (> 98%)</option> 68 68 <option value='90' <?php selected( $options['modhs_confidence'], 90 ); ?>>Safe (> 90%)</option> 69 <option value='70' <?php selected( $options['modhs_confidence'], 70 ); ?>>Standard (> 70%)</option>69 <option value='70' <?php selected( $options['modhs_confidence'], 80 ); ?>>Standard (> 80%)</option> 70 70 <option value='50' <?php selected( $options['modhs_confidence'], 50 ); ?>>Strict (> 50%)</option> 71 <p>(Higher confidence thresholds reduces false positives, but could miss potentially ambiguous comments)</p> 71 72 </select> 72 73 <?php
Note: See TracChangeset
for help on using the changeset viewer.