Changeset 12704
- Timestamp:
- 07/03/2023 07:24:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/moderation.php
r12703 r12704 237 237 // Post is in a non-published status that is still associated with a photo. 238 238 in_array( $post->post_status, [ 'draft', 'pending', 'private', Flagged::get_post_status() ] ) 239 && 240 // Post hasn't been unflagged. 241 ! Flagged::was_unflagged( $post ) 239 242 ) { 240 243 $flags = Photo::get_filtered_moderation_assessment( $post->ID );
Note: See TracChangeset
for help on using the changeset viewer.