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

This commit is contained in:
Vicente Canales 2024-06-13 02:26:10 -05:00 committed by GitHub
parent 9253ceb06e
commit 9daaa191c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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