#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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.