-) custom plugins directory (outside of wp-content)
-) feedback from ewanlr -) Regex fix for version detection from readme.txt due to false positives (tag-cloud-widget plugin)
This commit is contained in:
@@ -23,7 +23,7 @@ class WpDetector
|
||||
|
||||
result = items
|
||||
if items == nil or items.length == 0
|
||||
result = passive_detection(options[:url], options[:type], options[:wp_content_dir])
|
||||
result = passive_detection(options[:base_url], options[:type], options[:wp_content_dir])
|
||||
end
|
||||
|
||||
enum_results = WpEnumerator.enumerate(options)
|
||||
@@ -61,7 +61,7 @@ class WpDetector
|
||||
|
||||
names.each do |item|
|
||||
items << WpItem.new(
|
||||
:url => url,
|
||||
:base_url => url,
|
||||
:name => item,
|
||||
:type => type,
|
||||
:path => "#{item}/",
|
||||
|
||||
Reference in New Issue
Block a user