Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #61908


Ignore:
Timestamp:
08/22/2024 01:29:12 PM (10 months ago)
Author:
SergeyBiryukov
Comment:

No worries, thanks for the follow-up!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61908

    • Property Status changed from new to closed
    • Property Keywords needs-patch removed
    • Property Resolution changed from to invalid
    • Property Milestone changed from Awaiting Review to
  • Ticket #61908 – Description

    initial v3  
     1{{{
    12// This fails because of this line.
    23$date = wp_date('Y-m-d H:i:s.u',microtime( true ));
     
    78    return false;
    89}
     10
    911// Should be changed to this.
    1012if ( null === $timestamp ) {
     
    1315    return false;
    1416}
    15 
     17}}}