Explorar el Código

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

Vicente Canales hace 1 año
padre
commit
2f388f5778
Se han modificado 1 ficheros con 1 adiciones y 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 'wpcom-colors.php';
+	require_once __DIR__ . 'wpcom-colors.php';