Skip to content

Inconsistent syntax for droppedVer in API #13

Description

@olach

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.

Metadata

Metadata

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions