Make WordPress Core


Ignore:
Timestamp:
02/15/2022 10:31:46 AM (4 years ago)
Author:
audrasjb
Message:

Widgets: Missing markup from Widgets Group block.

This change fixes an issue in the Widgets editor: widgets group was missing a .wp-widget-group__inner-blocks container.

Props noisysocks, ironprogrammer.
Merges [52730] to the 5.9 branch.
Fixes #55072.

Location:
branches/5.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.9

  • branches/5.9/tests/phpunit/includes/functions.php

    r52402 r52731  
    347347    remove_action( 'init', 'register_block_core_term_description' );
    348348    remove_action( 'init', 'register_core_block_types_from_metadata' );
     349    remove_action( 'init', 'register_block_core_widget_group' );
    349350}
    350351tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset for help on using the changeset viewer.