Only output if different from style_url

This commit is contained in:
Christian Mehlmauer
2014-07-16 18:38:39 +02:00
parent 6ebb9b6f66
commit 26e0066c82
5 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ class WpTheme < WpItem
target_uri,
{
name: matches[2],
additional_url: matches[0],
referenced_url: matches[0],
wp_content_dir: matches[1]
}
)