Changed text

in single sites it seems to be user registration, and
blog registration on multusite installations
This commit is contained in:
Christian Mehlmauer
2014-06-27 13:17:55 +02:00
parent 32fe70a354
commit 4d8b8ba64c

View File

@@ -167,7 +167,7 @@ def main
end
if wp_target.registration_enabled?
puts "#{green('[+]')} User registration is enabled: #{wp_target.registration_url}"
puts "#{amber('[+]')} Registration is enabled: #{wp_target.registration_url}"
end
if wp_target.has_xml_rpc?