Opened 6 years ago
Closed 6 years ago
#45456 closed defect (bug) (fixed)
PHP Notice: edit_form_advanced is deprecated since version 5.0.0!
Reported by: | Chouby | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.0.2 | Priority: | normal |
Severity: | minor | Version: | 5.0 |
Component: | Editor | Keywords: | has-patch fixed-5.0 |
Focuses: | Cc: |
Description
This notice is fired in the block editor due to:
add_action( 'edit_form_advanced', array( $this, 'maybe_run_ajax_cache' ) );
in class-wp-embed.php
.
The issue has already been reported in #45341, but as this ticket doesn't focus on the notice but on different javascript errors, I thought it would be good to open a separate ticket.
Tested with 5.0-RC2-43958
Attachments (1)
Change History (9)
This ticket was mentioned in Slack in #core by spacedmonkey. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
I'm milestoning this to 5.0.1 due to the fact that the release is scheduled for tomorrow. If @pento wants to disagree and include it in 5.0.0, I wouldn't object.