- Timestamp:
- 02/11/2024 05:02:46 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpScheduledDelete.php
r57237 r57583 88 88 ) 89 89 ); 90 add_post_meta( self::$page_id, '_wp_trash_meta_time', time() - ( DAY_IN_SECONDS * EMPTY_TRASH_DAYS ) );90 add_post_meta( self::$page_id, '_wp_trash_meta_time', time() - ( DAY_IN_SECONDS * EMPTY_TRASH_DAYS - 1 ) ); 91 91 add_post_meta( self::$page_id, '_wp_trash_meta_status', 'published' ); 92 92 … … 158 158 ) 159 159 ); 160 add_comment_meta( self::$comment_id, '_wp_trash_meta_time', time() - ( DAY_IN_SECONDS * EMPTY_TRASH_DAYS ) );160 add_comment_meta( self::$comment_id, '_wp_trash_meta_time', time() - ( DAY_IN_SECONDS * EMPTY_TRASH_DAYS - 1 ) ); 161 161 add_comment_meta( self::$comment_id, '_wp_trash_meta_status', 'published' ); 162 162
Note: See TracChangeset
for help on using the changeset viewer.