Changeset 11757
- Timestamp:
- 04/05/2022 11:04:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/photo.php
r11713 r11757 1049 1049 } 1050 1050 1051 // Not controversial if it has been published. 1052 if ( 'publish' === get_post_status( $post ) ) { 1053 return false; 1054 } 1055 1051 1056 // Controversial if photo got flagged as 'possible' or more likely by Vision. 1052 1057 $flags = Photo::get_filtered_moderation_assessment( $post->ID );
Note: See TracChangeset
for help on using the changeset viewer.