Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56985, comment 1


Ignore:
Timestamp:
11/03/2022 05:47:27 PM (2 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56985, comment 1

    initial v1  
    66
    77* 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()`.
    99
    1010In 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.