소스 검색

Spearhead: fix wp editor colors import path (#7853)

Vicente Canales 1 년 전
부모
커밋
9daaa191c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      spearhead/inc/wpcom-editor-colors.php

+ 1 - 1
spearhead/inc/wpcom-editor-colors.php

@@ -1,2 +1,2 @@
 <?php
-	require_once __DIR__ . 'wpcom-colors.php';
+	require_once __DIR__ . '/wpcom-colors.php';