Changeset 31209
- Timestamp:
- 01/16/2015 05:22:07 PM (10 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r31208 r31209 42 42 else 43 43 $this->options['hostname'] = $opt['hostname']; 44 45 if ( ! empty($opt['base']) )46 $this->wp_base = $opt['base'];47 44 48 45 // Check if the options provided are OK. -
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r31208 r31209 38 38 $this->options['hostname'] = $opt['hostname']; 39 39 40 if ( ! empty($opt['base']) )41 $this->wp_base = $opt['base'];42 43 40 // Check if the options provided are OK. 44 41 if ( empty ($opt['username']) ) -
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r31208 r31209 64 64 else 65 65 $this->options['hostname'] = $opt['hostname']; 66 67 if ( ! empty($opt['base']) )68 $this->wp_base = $opt['base'];69 66 70 67 // Check if the options provided are OK.
Note: See TracChangeset
for help on using the changeset viewer.