Using the API, the syntax for droppedVer is inconsistent.
"droppedVer": {
"1": "Use error_log()",
"2": "3.4.0"
},
"droppedVer": {
"1": "3.0.0",
"2": "Use add_theme_support( 'automatic-feed-links' )"
},
"droppedVer": [
"3.0.0",
"Use SimplePie instead."
],
This makes it hard to fetch the actual dropped version number.
Using the API, the syntax for droppedVer is inconsistent.
Examples:
http://api.wpseek.com/?method=wordpress.getfunction&s=debug_fclose
http://api.wpseek.com/?method=wordpress.getfunction&s=automatic_feed_links
http://api.wpseek.com/?method=wordpress.getfunction&s=_fetch_remote_file
This makes it hard to fetch the actual dropped version number.