?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/twentytwenty/assets/js/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/twentytwenty/assets

?? Viewing: editor-script-block.js

/**
 * Remove squared button style
 *
 * @since Twenty Twenty 1.0
 */
/* global wp */
wp.domReady( function() {
	wp.blocks.unregisterBlockStyle( 'core/button', 'squared' );
} );


??

??