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 f1b0696 commit cb08f43Copy full SHA for cb08f43
1 file changed
inc/Services/Editor.php
@@ -77,7 +77,7 @@ private function style(): void {
77
* Editor script
78
*/
79
public function admin_editor_script(): void {
80
- $file = $this->assets->is_minified() ? $this->assets->get_min_file( 'editor.js' ) : 'editor.js';
+ $file = $this->assets->get_min_file( 'editor.js' );
81
$filepath = 'dist/' . $file;
82
83
if ( ! file_exists( get_theme_file_path( $filepath ) ) ) {
0 commit comments