Seedlet: Update require paths (#3671)
This commit is contained in:
parent
1558f1da74
commit
99456663a1
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/inc/wpcom-colors-utils.php';
|
||||
require_once __DIR__ . '/wpcom-colors-utils.php';
|
||||
|
||||
seedlet_define_color_annotations(
|
||||
array(
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/inc/wpcom-colors-utils.php';
|
||||
require_once __DIR__ . '/wpcom-colors-utils.php';
|
||||
|
||||
seedlet_define_color_annotations(
|
||||
array(
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/inc/wpcom-colors-utils.php';
|
||||
require_once __DIR__ . '/wpcom-colors-utils.php';
|
||||
|
||||
seedlet_define_color_annotations(
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue