Changeset 23191 for trunk/wp-admin/includes/file.php
- Timestamp:
- 12/20/2012 03:55:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r22800 r23191 927 927 else if ( !empty($_POST['connection_type']) ) 928 928 $credentials['connection_type'] = stripslashes($_POST['connection_type']); 929 else if ( !isset($credentials['connection_type']) ) //All else fails (And it s not defaulted to something else saved), Default to FTP929 else if ( !isset($credentials['connection_type']) ) //All else fails (And it's not defaulted to something else saved), Default to FTP 930 930 $credentials['connection_type'] = 'ftp'; 931 931
Note: See TracChangeset
for help on using the changeset viewer.