Changes between Version 1 and Version 2 of Ticket #54795, comment 6
- Timestamp:
- 04/11/2022 02:02:42 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54795, comment 6
v1 v2 3 3 I've moved 6 hooks to the `admin-filters.php` file. 4 4 According to [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/default-filters.php#L644 this comment] in the `default-filters.php` file, the remaining 3 hooks could be used on the front-end as well so I didn't move them. 5 I'd appreciate a quick review and merge of my PR as WP 6.0 Beta 1 should be released tomorrow. 5 I'd appreciate a quick review and merge of [https://github.com/WordPress/wordpress-develop/pull/2560 my PR] as WP 6.0 Beta 1 should be released tomorrow. 6 7 FYI: @noisysocks