From 6e874ec630f2d01f69be5b7271c020a7df73570c Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 21 Aug 2012 08:45:05 -0500 Subject: [PATCH] Update path to editor-style.css --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index fbd84c2..6d0a540 100644 --- a/functions.php +++ b/functions.php @@ -37,7 +37,7 @@ function roots_setup() { // add_theme_support('post-formats', array('aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat')); // Tell the TinyMCE editor to use a custom stylesheet - add_editor_style('css/editor-style.css'); + add_editor_style('assets/css/editor-style.css'); }