Ref #177 Passive detection of specific plugins (Dirty work)
This commit is contained in:
@@ -6,4 +6,9 @@ require 'common/collections/wp_items/output'
|
||||
class WpItems < Array
|
||||
extend WpItems::Detectable
|
||||
include WpItems::Output
|
||||
|
||||
def +(other)
|
||||
other.each { |item| self << item }
|
||||
self
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user