Changeset 48835 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 08/21/2020 12:41:43 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r48590 r48835 345 345 346 346 /** 347 * Flatten the results of WP_Filesystem ::dirlist() for iterating over.347 * Flatten the results of WP_Filesystem_Base::dirlist() for iterating over. 348 348 * 349 349 * @since 4.9.0 350 350 * @access protected 351 351 * 352 * @param array $nested_files Array of files as returned by WP_Filesystem ::dirlist().352 * @param array $nested_files Array of files as returned by WP_Filesystem_Base::dirlist(). 353 353 * @param string $path Relative path to prepend to child nodes. Optional. 354 354 * @return array A flattened array of the $nested_files specified.
Note: See TracChangeset
for help on using the changeset viewer.