diff --git a/includes/less.functions.php b/includes/less.functions.php index 829f8aa0..d7d5400f 100644 --- a/includes/less.functions.php +++ b/includes/less.functions.php @@ -36,6 +36,7 @@ function __construct() { 'plPluginsRoot' => sprintf( "\"%s\"", WP_PLUGIN_URL ), 'plChildRoot' => sprintf( "\"%s\"", PL_CHILD_URL ), 'plExtendRoot' => sprintf( "\"%s\"", PL_EXTEND_URL ), + 'plPluginsRoot' => sprintf( "\"%s\"", plugins_url() ), 'pl-base' => $this->base_color, 'pl-text' => pl_hashify( pl_text_color() ), 'pl-link' => pl_hashify( pl_link_color() ),