diff --git wp-admin/includes/misc.php wp-admin/includes/misc-new.php
index a209b6a..26ec0d6 100755
old
|
new
|
function wp_print_theme_file_tree( $tree, $level = 2, $size = 1, $index = 1 ) { |
374 | 374 | * @since 4.9.0 |
375 | 375 | * @access private |
376 | 376 | * |
377 | | * @param string $plugin_editable_files List of plugin file paths. |
| 377 | * @param array $plugin_editable_files List of plugin file paths. |
378 | 378 | * @return array Tree structure for listing plugin files. |
379 | 379 | */ |
380 | 380 | function wp_make_plugin_file_tree( $plugin_editable_files ) { |