Ticket #17846: wp-filesystem-ftpext.patch
| File wp-filesystem-ftpext.patch, 772 bytes (added by Oded, 2 years ago) |
|---|
-
wp-admin/includes/class-wp-filesystem-ftpext.php
324 324 $b['time'] = strtotime( sprintf('%d %s %d %02d:%02d', $b['day'], $b['month'], $b['year'], $b['hour'], $b['minute']) ); 325 325 $b['name'] = $lucifer[8]; 326 326 } 327 if ($b['islink'] && preg_match('/(\s*->\s*.*)$/', $b['name'], $match)) { 328 $b['name'] = str_replace($match[1],'',$b['name']); 329 } 327 330 } 328 331 329 332 return $b;
