Changeset 12789
- Timestamp:
- 08/01/2023 10:49:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/rejection.php
r12788 r12789 511 511 } 512 512 513 // Prevent untrashing if the previous post status was rejected.513 // Prevent untrashing if the previous post status was not rejected. 514 514 if ( self::get_post_status() !== $previous_status ) { 515 515 return false; … … 677 677 * 678 678 * Photo posts must first be rejected (and ideally remain rejected) rather 679 * than get deleted since we'd lose valua tble information about the rejection680 * such who submitted, when they submitted, why it was rejected, who rejected679 * than get deleted since we'd lose valuable information about the rejection 680 * such as who submitted, when they submitted, why it was rejected, who rejected 681 681 * it, and the hash of the photo to prevent resubmissions of the photo. 682 682 * … … 718 718 * Removes the ability to publish photos once rejected. 719 719 * 720 * Once rejected, photo posts will have had their submitted photo deleted ,720 * Once rejected, photo posts will have had their submitted photo deleted so 721 721 * publishing the post is no longer a viable path for the post. If no 722 722 * post is associated with the capability check, and no post is global, then
Note: See TracChangeset
for help on using the changeset viewer.