- Timestamp:
- 08/31/2016 04:30:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r38411 r38470 31 31 $this->errors = new WP_Error(); 32 32 33 // Check if possible to use ftp functions. 34 if ( ! @include_once( ABSPATH . 'wp-admin/includes/class-ftp.php' ) ) { 35 return; 36 } 33 37 $this->ftp = new ftp(); 34 38
Note: See TracChangeset
for help on using the changeset viewer.