[wp-trac] [WordPress Trac] #45341: WSOD when editing a page (Issue introduced between v5Beta3 and v5Beta4)
WordPress Trac
noreply at wordpress.org
Fri Nov 16 10:55:47 UTC 2018
#45341: WSOD when editing a page (Issue introduced between v5Beta3 and v5Beta4)
-------------------------------------------+------------------------------
Reporter: timhibberd | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 5.0
Severity: critical | Resolution:
Keywords: needs-patch reporter-feedback | Focuses:
-------------------------------------------+------------------------------
Comment (by Chouby):
Twenty Nineteen but this doesn't matter. The bugs are inside WP. The 2
actions are used by the core without testing which current editor is in
use.
{{{
add_action( 'edit_form_advanced', array( $this, 'maybe_run_ajax_cache' )
);
}}}
in `class-wp-embed.php`.
{{{
add_action( 'edit_form_after_title', array( 'WP_Privacy_Policy_Content',
'notice' ) );
}}}
in `admin-filters.php`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45341#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list