Changes between Initial Version and Version 1 of Ticket #43189, comment 1
- Timestamp:
- 01/31/2018 03:09:27 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43189, comment 1
initial v1 1 1 Hi @bugnumber9 thanks for the bug report. 2 2 3 This happens because current WordPress does not revision post meta and the page selected theme setting is stored in meta. See #20564. A possible workaround for now is to install this plugin (which I need to update): https://wordpress.org/plugins/wp-post-meta-revisions/ and then whitelist the `_wp_page_template` key using the provided filter. If we get meta revisioning in core, we can include this field by default.3 This happens because currently WordPress does not revision post meta and the page selected theme setting is stored in meta. See #20564. A possible workaround for now is to install this plugin (which I need to update): https://wordpress.org/plugins/wp-post-meta-revisions/ and then whitelist the `_wp_page_template` key using the provided filter. If we get meta revisioning in core, we can include this field by default.