Make WordPress Core

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58388, comment 2

    initial v1  
    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 = max( days_back, 1830 )` (about 5 years, or whatever).