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 5f5a2e3 commit f1b0696Copy full SHA for f1b0696
1 file changed
inc/Services/Editor.php
@@ -61,7 +61,7 @@ public function boot( Service_Container $container ): void {
61
* editor style
62
*/
63
private function style(): void {
64
- $file = $this->assets->is_minified() ? $this->assets->get_min_file( 'editor.css' ) : 'editor.css';
+ $file = $this->assets->get_min_file( 'editor.css' );
65
66
/**
67
* Do not enqueue a inexistant file on admin
0 commit comments