Explorar o código

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

Vicente Canales hai 1 ano
pai
achega
9daaa191c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';