Changeset 4366
- Timestamp:
- 11/16/2016 12:19:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/includes/indesign-badges.php
r4365 r4366 126 126 } 127 127 128 if ( is set( $response['body'] ) ) {128 if ( is_array( $response ) && isset( $response['body'] ) ) { 129 129 $response['body'] = '[redacted]'; // Avoid cluttering the logs with a ton of binary data 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.