Closed cristianfrumusanu closed 7 years ago
Instead of this add_editor_style( array( 'editor-style.css' ) ); add_editor_style( noahlite_ek_mukta_font_url() ); wouldn't it make more sense to be this? add_editor_style( array( noahlite_ek_mukta_font_url(), 'editor-style.css' ) );
Instead of this
add_editor_style( array( 'editor-style.css' ) ); add_editor_style( noahlite_ek_mukta_font_url() );
wouldn't it make more sense to be this? add_editor_style( array( noahlite_ek_mukta_font_url(), 'editor-style.css' ) );
add_editor_style( array( noahlite_ek_mukta_font_url(), 'editor-style.css' ) );
ref: https://themes.trac.wordpress.org/ticket/41040#comment:1
ref: https://themes.trac.wordpress.org/ticket/41040#comment:1