Changeset 47198 for trunk/src/wp-admin/includes/class-ftp.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp.php
r46626 r47198 904 904 } 905 905 906 require_once dirname( __FILE__ ). "/class-ftp-" . ( $mod_sockets ? "sockets" : "pure" ) . ".php";906 require_once __DIR__ . "/class-ftp-" . ( $mod_sockets ? "sockets" : "pure" ) . ".php"; 907 907 908 908 if ( $mod_sockets ) {
Note: See TracChangeset
for help on using the changeset viewer.