Making WordPress.org

Changeset 3368


Ignore:
Timestamp:
06/15/2016 03:48:32 AM (8 years ago)
Author:
dd32
Message:

Plugin Directory: api.wordpress.org handlers: Fix a classname typo in r3289

See #1579

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  
    156156        // Fill in the plugin details
    157157        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 );
    159159        }
    160160
Note: See TracChangeset for help on using the changeset viewer.