Changeset 6111 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/encryption.php
- Timestamp:
- 11/10/2017 02:18:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/encryption.php
r6107 r6111 43 43 if ( ! is_string( $raw_data ) ) { 44 44 return new WP_Error( 'encryption-error', 'Only strings can be encrypted.' ); 45 } 46 47 if ( REDACTED_VALUE === $raw_data ) { 48 return $raw_data; 45 49 } 46 50
Note: See TracChangeset
for help on using the changeset viewer.