Make WordPress Core

Ticket #45593: 45593.patch

File 45593.patch, 569 bytes (added by subrataemfluence, 6 years ago)
  • wp-admin/includes/

    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 ) { 
    374374 * @since 4.9.0
    375375 * @access private
    376376 *
    377  * @param string $plugin_editable_files List of plugin file paths.
     377 * @param array $plugin_editable_files List of plugin file paths.
    378378 * @return array Tree structure for listing plugin files.
    379379 */
    380380function wp_make_plugin_file_tree( $plugin_editable_files ) {