Changeset 8630 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 08/12/2008 09:21:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r8600 r8630 11 11 12 12 if ( ! $res ) { 13 $request = wp_remote_post('http://api.wordpress.org/plugins/info/1.0/', array( ), array(), array('action' => $action, 'request' => serialize($args)) );13 $request = wp_remote_post('http://api.wordpress.org/plugins/info/1.0/', array( 'body' => array('action' => $action, 'request' => serialize($args))) ); 14 14 $res = unserialize($request['body']); 15 15 if ( ! $res )
Note: See TracChangeset
for help on using the changeset viewer.