Changes between Initial Version and Version 1 of Ticket #56985, comment 1
- Timestamp:
- 11/03/2022 05:47:27 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56985, comment 1
initial v1 6 6 7 7 * Gutenberg 13.9.0 added the `get_template_hierarchy()` function but did not protect it from a conflict with Core. 8 * Gutenberg 14.1.0+ added the protective guard (i.e. wrapped it with `function_exist ()`.8 * Gutenberg 14.1.0+ added the protective guard (i.e. wrapped it with `function_exists()`. 9 9 10 10 In WordPress 5.8, [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/includes/update-core.php#L1643 a function] was added to deactivate an older incompatible plugin. This function was updated in WP 5.9. It was not updated in WP 6.1.