Changeset 3368
- Timestamp:
- 06/15/2016 03:48:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api.php
r3289 r3368 156 156 // Fill in the plugin details 157 157 foreach ( $response['plugins'] as $i => $plugin_slug ) { 158 $response['plugins'][ $i ] = $this->plugin_information( new Plugins_ API_Request( array( 'slug' => $plugin_slug, 'locale' => $request->locale ) ), true );158 $response['plugins'][ $i ] = $this->plugin_information( new Plugins_Info_API_Request( array( 'slug' => $plugin_slug, 'locale' => $request->locale ) ), true ); 159 159 } 160 160
Note: See TracChangeset
for help on using the changeset viewer.