- Timestamp:
- 02/16/2023 10:11:32 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r55205 r55354 646 646 } 647 647 648 $ret = array(); 648 $path = trailingslashit( $path ); 649 $ret = array(); 649 650 650 651 foreach ( $list as $struc ) { … … 664 665 if ( 'd' === $struc['type'] ) { 665 666 if ( $recursive ) { 666 $struc['files'] = $this->dirlist( $path . '/' .$struc['name'], $include_hidden, $recursive );667 $struc['files'] = $this->dirlist( $path . $struc['name'], $include_hidden, $recursive ); 667 668 } else { 668 669 $struc['files'] = array();
Note: See TracChangeset
for help on using the changeset viewer.