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