﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
10789,Add plugin information to XML-RPC,joehoyle,josephscott,"Currently XML-RPC does not provide any method to access plugin information. I wrote a patch for xmlrpc.php that adds the wp.getPluginList method (calls wp_getPluginList()). The method basically returns get_plugins(), but also adds in two keys to each plugin array:

{{{

['active'] (bool) //if the plugin is currently active
['latest_version'] //the latest version of the plugin (using get_transient( 'update_plugins' )
}}}

",enhancement,closed,normal,,XML-RPC,2.8.4,normal,wontfix,has-patch,devin@… willmot
