Changeset 6463
- Timestamp:
- 01/30/2018 05:11:32 AM (7 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
r6455 r6463 85 85 86 86 // Backwards compatibility; the API returns null in case of error.. 87 if ( isset( $response['error'] ) ) {87 if ( isset( $response['error'] ) && ( ! defined( 'PLUGINS_API_SUPPORTS_ERRORS' ) || ! PLUGINS_API_SUPPORTS_ERRORS ) ) { 88 88 $this->output( null ); 89 89 return;
Note: See TracChangeset
for help on using the changeset viewer.