diff --git a/lib/common/models/wp_version/findable.rb b/lib/common/models/wp_version/findable.rb index 9a0731c4..bdfdf2f5 100755 --- a/lib/common/models/wp_version/findable.rb +++ b/lib/common/models/wp_version/findable.rb @@ -100,18 +100,6 @@ class WpVersion < WpItem ) end - # Attempts to find the WordPress version from, - # the generator tag in the RSS2 feed source. - # - # Have not been able to find an example of this - Ryan - #def find_from_rss2_generator(target_uri) - # scan_url( - # target_uri, - # %r{http://wordpress.org/?v=(#{WpVersion.version_pattern})}i, - # 'feed/rss/' - # ) - #end - # Attempts to find the WordPress version from, # the generator tag in the Atom source. # @@ -126,18 +114,6 @@ class WpVersion < WpItem ) end - # Attempts to find the WordPress version from, - # the generator tag in the comment rss source. - # - # Have not been able to find an example of this - Ryan - #def find_from_comments_rss_generator(target_uri) - # scan_url( - # target_uri, - # %r{}i, - # 'comments/feed/' - # ) - #end - # Uses data/wp_versions.xml to try to identify a # wordpress version. #