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