瀏覽代碼

Merge pull request #706 from elron/patch-26

fixed editor-style.css link
Eddie Machado 11 年之前
父節點
當前提交
955d4fb5a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -22,7 +22,7 @@ Let's get everything up and running.
 function bones_ahoy() {
 
   //Allow editor style.
-  add_editor_style();
+  add_editor_style( get_stylesheet_directory_uri() . '/library/css/editor-style.css' );
 
   // let's get language support going, if you need it
   load_theme_textdomain( 'bonestheme', get_template_directory() . '/library/translation' );