Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #58388, comment 2


Ignore:
Timestamp:
05/23/2023 06:49:16 PM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58388, comment 2

    v1 v2  
    11Yeah I think this is best reported against the source repository as Sergey mentioned.
    22
    3 Presumably, an option for `max_days` could be added, or just capped with `days_back = max( days_back, 1830 )` (about 5 years, or whatever).
     3Presumably, an option for `max_days` could be added, or just capped with `days_back = min( days_back, 1830 )` (about 5 years, or whatever).