- Timestamp:
- 04/09/2023 11:55:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r55556 r55641 34 34 35 35 // Check if possible to use ftp functions. 36 if ( ! include_once ABSPATH . 'wp-admin/includes/class-ftp.php' ) {36 if ( ! require_once ABSPATH . 'wp-admin/includes/class-ftp.php' ) { 37 37 return; 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.