Changeset 29580
- Timestamp:
- 08/24/2014 04:04:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r29290 r29580 1023 1023 $private_key = isset( $credentials['private_key'] ) ? $credentials['private_key'] : ''; 1024 1024 $port = isset( $credentials['port'] ) ? $credentials['port'] : ''; 1025 $connection_type = isset( $credentials[' '] ) ? $credentials[''] : '';1025 $connection_type = isset( $credentials['connection_type'] ) ? $credentials['connection_type'] : ''; 1026 1026 1027 1027 if ( $error ) {
Note: See TracChangeset
for help on using the changeset viewer.