Changeset 6422 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api.php
- Timestamp:
- 01/24/2018 07:36:47 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
r6287 r6422 83 83 } 84 84 85 // Backwards compatibility; the API returns null in case of error..86 if ( isset( $response['error'] ) ) {85 // Backwards compatibility; the PHP api endpoints return `null` in case of an error. 86 if ( isset( $response['error'] ) && 'php' === $this->format ) { 87 87 $this->output( null ); 88 88 return;
Note: See TracChangeset
for help on using the changeset viewer.