Changes between Initial Version and Version 1 of Ticket #19907, comment 33
- Timestamp:
- 06/24/2023 11:00:42 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19907, comment 33
initial v1 1 1 I have added a PR https://github.com/WordPress/wordpress-develop/pull/4533 that should fix the issue. 2 3 Edit: 4 As expected this was not a total PHP backend fix, As We needed to tweak the JS to pass edit_date param as false. By default it always passed true and that was the reason the date was getting updated.