- Timestamp:
- 12/15/2015 12:28:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r35664 r35942 40 40 $this->options['port'] = 21; 41 41 else 42 $this->options['port'] = $opt['port'];42 $this->options['port'] = (int) $opt['port']; 43 43 44 44 if ( empty($opt['hostname']) )
Note: See TracChangeset
for help on using the changeset viewer.