Skip to content

Commit

Permalink
Added @plPluginsRoot LESS var fixes #79
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Prosser <[email protected]>
  • Loading branch information
Simon Prosser committed Jul 9, 2013
1 parent fd02be6 commit af936ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/less.functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() ),
Expand Down

0 comments on commit af936ac

Please sign in to comment.