소스 검색

Added editor stylesheet queue

Dampe 11 년 전
부모
커밋
38b3fd315b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      functions.php

+ 3 - 0
functions.php

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