Przeglądaj źródła

Spearhead: don't use a relative requires (#7851)

Vicente Canales 1 rok temu
rodzic
commit
2f388f5778
1 zmienionych plików z 1 dodań i 1 usunięć
  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 'wpcom-colors.php';
+	require_once __DIR__ . 'wpcom-colors.php';