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