Changeset 48110 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 06/20/2020 12:57:00 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/class-wp-upgrader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r47848 r48110 347 347 * @access protected 348 348 * 349 * @param array $nested_files Array of files as returned by WP_Filesystem::dirlist()350 * @param string $pathRelative path to prepend to child nodes. Optional.349 * @param array $nested_files Array of files as returned by WP_Filesystem::dirlist(). 350 * @param string $path Relative path to prepend to child nodes. Optional. 351 351 * @return array A flattened array of the $nested_files specified. 352 352 */
Note: See TracChangeset
for help on using the changeset viewer.