pixelgrade / noah-lite

A free photography WordPress theme.
https://demos.pixelgrade.com/noah-lite/
GNU General Public License v2.0
4 stars 2 forks source link

[Review] Enqueueing resources enhancement #29

Closed cristianfrumusanu closed 7 years ago

cristianfrumusanu commented 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' ) );

ref: https://themes.trac.wordpress.org/ticket/41040#comment:1