Seedlet: Update require paths (#3671)

This commit is contained in:
Ben Dwyer 2021-04-19 20:37:46 +01:00 committed by GitHub
parent 1558f1da74
commit 99456663a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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(

View file

@ -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(

View file

@ -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(