Changeset 38411 for trunk/src/wp-admin/includes/class-ftp.php
- Timestamp:
- 08/27/2016 10:31:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp.php
r38402 r38411 904 904 } 905 905 906 require_once dirname( __FILE__ ) . "/class-ftp-" . ( $mod_sockets ? "sockets" : "pure" ) . ".php";907 908 906 if ( $mod_sockets ) { 909 907 class ftp extends ftp_sockets {}
Note: See TracChangeset
for help on using the changeset viewer.