aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js')
-rw-r--r--srcs/wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js b/srcs/wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js
deleted file mode 100644
index 0225570..0000000
--- a/srcs/wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
- * Remove squared button style
- *
- * @since 1.0.0
- */
-/* global wp */
-wp.domReady( function() {
- wp.blocks.unregisterBlockStyle( 'core/button', 'squared' );
-} );