Changeset 8540 for trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
- Timestamp:
- 08/04/2008 09:01:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r8009 r8540 120 120 } 121 121 function cwd() { 122 $cwd = ftp_pwd($this->link);122 $cwd = @ftp_pwd($this->link); 123 123 if( $cwd ) 124 124 $cwd = trailingslashit($cwd);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)