Opened 8 years ago
Closed 8 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.2 |
| Component: | Editor | Version: | 5.0 |
| Severity: | minor | Keywords: | has-patch fixed-5.0 |
| Cc: | Focuses: |
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.
8 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.