Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45112, comment 27


Ignore:
Timestamp:
10/26/2018 08:21:30 PM (7 years ago)
Author:
jeherve
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45112, comment 27

    initial v1  
    33* https://github.com/WordPress/gutenberg/issues/11058
    44
     5[43830] does not solve the problem.
     6
    57Since {{{wp_add_dashboard_widget}}} uses {{{add_meta_box}}} [https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/dashboard.php#L195 here], should {{{__block_editor_compatible_meta_box}}} be set to {{{false}}} in that meta box's {{{$callback_args}}} to solve the issue for all dashboard widgets? I don't believe any dashboard widget is meant to support the block editor yet.
    68