Changeset 35476
- Timestamp:
- 10/31/2015 08:16:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r34733 r35476 521 521 522 522 // Replace symlinks formatted as "source -> target" with just the source name 523 if ( $b['islink'] )523 if ( isset( $b['islink'] ) && $b['islink'] ) { 524 524 $b['name'] = preg_replace( '/(\s*->\s*.*)$/', '', $b['name'] ); 525 } 525 526 526 527 return $b;
Note: See TracChangeset
for help on using the changeset viewer.