- Timestamp:
- 01/10/2015 06:53:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r30978 r31126 26 26 // Check if possible to use ftp functions. 27 27 if ( ! @include_once( ABSPATH . 'wp-admin/includes/class-ftp.php' ) ) { 28 return false;28 return; 29 29 } 30 30 $this->ftp = new ftp();
Note: See TracChangeset
for help on using the changeset viewer.