We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfcfe8 commit c057d73Copy full SHA for c057d73
includes/admin/editor.php
@@ -57,7 +57,7 @@ function ( $dep ) {
57
'before'
58
);
59
}
60
-add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\enqueue_editor_scripts', 10001 );
+add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\enqueue_editor_scripts' );
61
62
/**
63
* Enqueue plugin specific editor styles
0 commit comments