Changeset 14715
- Timestamp:
- 03/13/2026 08:23:47 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-abilities/plugins/plugin-directory/tools/class-get-plugin-status.php
r14714 r14715 271 271 } 272 272 273 $feedback = array(); 273 $feedback = array(); 274 $submitted_date = (int) get_post_meta( $post->ID, '_submitted_date', true ); 274 275 275 276 foreach ( $emails as $email ) { 277 // Skip emails from prior submissions that happened to share this slug. 278 if ( $submitted_date && strtotime( $email->created ) < $submitted_date ) { 279 continue; 280 } 281 276 282 $threads = self::get_conversation_threads( (int) $email->id ); 277 283
Note: See TracChangeset
for help on using the changeset viewer.