- Timestamp:
- 03/19/2010 09:29:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r12999 r13770 40 40 $this->options['hostname'] = $opt['hostname']; 41 41 42 if ( isset($opt['base']) &&! empty($opt['base']) )42 if ( ! empty($opt['base']) ) 43 43 $this->wp_base = $opt['base']; 44 44
Note: See TracChangeset
for help on using the changeset viewer.