• File: editor-script-block.js
  • Full Path: /home/bravetechrwanda/hpgt.org/.log-unix/wp-includes/themes/twentytwenty/assets/js/editor-script-block.js
  • Date Modified: 05/24/2022 11:22 PM
  • File size: 178 bytes
  • MIME-type: text/plain
  • Charset: utf-8
/**
 * Remove squared button style
 *
 * @since Twenty Twenty 1.0
 */
/* global wp */
wp.domReady( function() {
	wp.blocks.unregisterBlockStyle( 'core/button', 'squared' );
} );