Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#11142 closed enhancement (fixed)

Incomplete data from the themes API

Reported by: johnbillion Owned by: josephscott
Priority: low Milestone: WordPress.org
Component: WordPress.org Site Version:
Severity: minor Keywords:
Cc: Focuses:

Description

Some data from the theme_information method of the themes API (ie. the themes_api() function) is missing.

The 'downloaded' value is always null instead of containing the number of downloads for the theme.

The 'requires' and 'tested' values are present but always null, however there appears to currently be no way for theme authors to specify this information when uploading a theme anyway.

Change History (4)

#1 @mdawaffe
17 years ago

  • Owner changed from ryan to josephscott
  • Status newassigned

#2 @mdawaffe
17 years ago

I can fix this, josephscott, but I don't know if the requires/tested info is inputable for themes or if we should just nix it. Let me know.

#3 @mdawaffe
17 years ago

  • Resolutionfixed
  • Status assignedclosed

I fixed the download count.

Joseph says the requires/tested fields are unused, so I took them out of the API response. They may be supported in the future, though, so we may as well leave them in the API request (that WordPress sends).

#4 @westi
17 years ago

  • Milestone UnassignedWordPress.org site bugs
Note: See TracTickets for help on using tickets.