Changeset 7334
- Timestamp:
- 03/16/2008 06:18:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r7328 r7334 108 108 $base = $newbase; 109 109 //Check to see if it exists in that folder. 110 if( $ wp_filesystem->exists($base . 'wp-settings.php') ){110 if( $this->exists($base . 'wp-settings.php') ){ 111 111 if($echo) printf( __('Found %s'), $base . 'wp-settings.php<br/>' ); 112 112 $this->wp_base = $base;
Note: See TracChangeset
for help on using the changeset viewer.