Changes between Initial Version and Version 2 of Ticket #58998
- Timestamp:
- 08/08/2023 09:04:37 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58998
- Property Keywords has-patch added
-
Ticket #58998 – Description
initial v2 1 This ticket is more or less a follow-up to https://core.trac.wordpress.org/ticket/11384.1 This ticket is more or less a follow-up to #11384. 2 2 3 3 Currently when `flush_rewrite_rules()` is called, `WP_Rewrite->flush_rules()` will set the `rewrite_rules` option to an empty string first. And then afterwards it will go and generate the rules and save the results to the option.