浏览代码

spaces to tabs

Ben Dwyer 4 年之前
父节点
当前提交
53ea8ec8ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spearhead/functions.php

+ 1 - 1
spearhead/functions.php

@@ -20,7 +20,7 @@ if ( ! function_exists( 'spearhead_setup' ) ) :
 	function spearhead_setup() {
 
 		// Add support for editor styles.
-        add_theme_support( 'editor-styles' );
+		add_theme_support( 'editor-styles' );
 		add_theme_support( 'dark-editor-style' );
 
 		// Enqueue editor styles.