Plugin Directory

Changeset 2788279


Ignore:
Timestamp:
09/21/2022 04:45:32 PM (4 years ago)
Author:
moderatehatespeech
Message:

V 1.0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • auto-comment-moderation/trunk/admin/auto-comment-moderation-admin.php

    r2788277 r2788279  
    6767        <option value='98' <?php selected( $options['modhs_confidence'], 98 ); ?>>Extremely Safe (> 98%)</option>
    6868        <option value='90' <?php selected( $options['modhs_confidence'], 90 ); ?>>Safe (> 90%)</option>
    69         <option value='70' <?php selected( $options['modhs_confidence'], 80 ); ?>>Standard (> 80%)</option>
     69        <option value='80' <?php selected( $options['modhs_confidence'], 80 ); ?>>Standard (> 80%)</option>
    7070        <option value='50' <?php selected( $options['modhs_confidence'], 50 ); ?>>Strict (> 50%)</option>
    7171        <p>(Higher confidence thresholds reduces false positives, but could miss potentially ambiguous comments)</p>
Note: See TracChangeset for help on using the changeset viewer.