Output theme info

This commit is contained in:
Christian Mehlmauer
2013-12-07 20:51:30 +01:00
parent 4c4b363035
commit 2fd11cba15
6 changed files with 109 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ class WpItem
puts " | Readme: #{readme_url}" if has_readme?
puts " | Changelog: #{changelog_url}" if has_changelog?
if respond_to?(:additional_output)
additional_output
end
vulnerabilities.output
if has_error_log?