Replace the workaround
This commit is contained in:
parent
0640bf7094
commit
86c0ba96bb
|
@ -10,7 +10,6 @@
|
||||||
*/
|
*/
|
||||||
function understrap_wpdocs_theme_add_editor_styles() {
|
function understrap_wpdocs_theme_add_editor_styles() {
|
||||||
add_editor_style( 'css/custom-editor-style.css' );
|
add_editor_style( 'css/custom-editor-style.css' );
|
||||||
add_editor_style( 'css/custom-editor-overwrite-style.css' );
|
|
||||||
}
|
}
|
||||||
add_action( 'admin_init', 'understrap_wpdocs_theme_add_editor_styles' );
|
add_action( 'admin_init', 'understrap_wpdocs_theme_add_editor_styles' );
|
||||||
|
|
||||||
|
|
Reference in New Issue