#45397 closed defect (bug) (fixed)
Remove wp_filter from _restore_wpautop_hook function
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 5.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch |
Focuses: | Cc: |
Description
$wp_filter is not used but it is mentioned in the _restore_wpautop_hook() function so needs to remove that global variable declaration.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core by noisysocks. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
This change has been made already (https://core.trac.wordpress.org/browser/trunk/src/wp-includes/blocks.php#L561) so closing this issue.