Skip to content

Commit c057d73

Browse files
committed
Fix bug with translations in the Editor.
1 parent bcfcfe8 commit c057d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function ( $dep ) {
5757
'before'
5858
);
5959
}
60-
add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\enqueue_editor_scripts', 10001 );
60+
add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\enqueue_editor_scripts' );
6161

6262
/**
6363
* Enqueue plugin specific editor styles

0 commit comments

Comments
 (0)