- Timestamp:
- 09/17/2014 05:57:59 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r29580 r29749 1015 1015 1016 1016 unset($stored_credentials['password'], $stored_credentials['port'], $stored_credentials['private_key'], $stored_credentials['public_key']); 1017 update_option('ftp_credentials', $stored_credentials); 1017 if ( ! defined( 'WP_INSTALLING' ) ) { 1018 update_option( 'ftp_credentials', $stored_credentials ); 1019 } 1018 1020 return $credentials; 1019 1021 }
Note: See TracChangeset
for help on using the changeset viewer.