Changeset 6455
- Timestamp:
- 01/29/2018 05:42:04 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
r6441 r6455 84 84 } 85 85 86 // Backwards compatibility; the PHP api endpoints return `null` in case of an error.87 if ( isset( $response['error'] ) && 'php' === $this->format) {86 // Backwards compatibility; the API returns null in case of error.. 87 if ( isset( $response['error'] ) ) { 88 88 $this->output( null ); 89 89 return;
Note: See TracChangeset
for help on using the changeset viewer.