Changes between Initial Version and Version 3 of Ticket #61908
- Timestamp:
- 08/22/2024 01:29:12 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61908
-
Property
Status
changed from
new
toclosed
- Property Keywords needs-patch removed
-
Property
Resolution
changed from
to
invalid
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #61908 – Description
initial v3 1 {{{ 1 2 // This fails because of this line. 2 3 $date = wp_date('Y-m-d H:i:s.u',microtime( true )); … … 7 8 return false; 8 9 } 10 9 11 // Should be changed to this. 10 12 if ( null === $timestamp ) { … … 13 15 return false; 14 16 } 15 17 }}}