Skip to content

Commit 1b44a96

Browse files
committed
fix(Editor): path to editor.css
1 parent c287362 commit 1b44a96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/Services/Editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function boot( Service_Container $container ): void {
6161
* editor style
6262
*/
6363
private function style(): void {
64-
$file = $this->assets->get_min_file( 'editor.css' );
64+
$file = $this->assets->get_min_file( 'editor.css' ) ?: 'editor.css';
6565

6666
/**
6767
* Do not enqueue a inexistant file on admin

0 commit comments

Comments
 (0)