Changeset 12702
- Timestamp:
- 07/03/2023 07:21:46 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
r12701 r12702 1027 1027 } 1028 1028 1029 // Not controversial if photo has been manually unflagged. 1030 if ( Flagged::was_unflagged( $post ) ) { 1031 return false; 1032 } 1033 1029 1034 // Controversial if photo is outright flagged. 1030 1035 if ( Flagged::get_post_status() === $post_status ) {
Note: See TracChangeset
for help on using the changeset viewer.