2019-11-15 22:59:44 +01:00
|
|
|
/**
|
|
|
|
|
* Remove squared button style
|
|
|
|
|
*
|
2020-05-06 17:22:02 +02:00
|
|
|
* @since Twenty Twenty 1.0
|
2019-11-15 22:59:44 +01:00
|
|
|
*/
|
|
|
|
|
/* global wp */
|
|
|
|
|
wp.domReady( function() {
|
|
|
|
|
wp.blocks.unregisterBlockStyle( 'core/button', 'squared' );
|
|
|
|
|
} );
|