Browse Source

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

Vicente Canales 1 year ago
parent
commit
9daaa191c8
1 changed files with 1 additions and 1 deletions
  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';