Skip to content

Commit f1b0696

Browse files
committed
fix(Editor): remove is_minified function condition
1 parent 5f5a2e3 commit f1b0696

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->is_minified() ? $this->assets->get_min_file( 'editor.css' ) : 'editor.css';
64+
$file = $this->assets->get_min_file( 'editor.css' );
6565

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

0 commit comments

Comments
 (0)