Making WordPress.org

Changeset 14048


Ignore:
Timestamp:
09/11/2024 11:29:24 PM (5 months ago)
Author:
coffee2code
Message:

Photo Directory, Photo: Raise the threshold for potentially questionable content to warrant being flagged.

Props Otto42, topher1kenobe, roytanck.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/photo.php

    r13976 r14048  
    818818     * @param int   $post_id          The ID of the photo post type post.
    819819     * @param array $skip_likelihoods Likelihoods to skip due to not being of concern.
    820      *                                Default ['very_unlikely', 'unlikely'].
     820     *                                Default ['very_unlikely', 'unlikely', 'possible'].
    821821     * @return array
    822822     */
    823     public static function get_filtered_moderation_assessment( $post_id, $skip_likelihoods = [ 'very_unlikely', 'unlikely' ] ) {
     823    public static function get_filtered_moderation_assessment( $post_id, $skip_likelihoods = [ 'very_unlikely', 'unlikely', 'possible' ] ) {
    824824        $flags = [];
    825825        $safe_search_flags = self::get_raw_moderation_assessment( $post_id );
Note: See TracChangeset for help on using the changeset viewer.