Parcourir la source

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

Vicente Canales il y a 1 an
Parent
commit
9daaa191c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      spearhead/inc/wpcom-editor-colors.php

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

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