Make WordPress Core

Changeset 61591


Ignore:
Timestamp:
02/05/2026 11:03:33 PM (3 months ago)
Author:
SergeyBiryukov
Message:

Docs: Document the globals in wp_print_plugin_file_tree().

Follow-up to [41851].

Props noruzzaman, huzaifaalmesbah, shailu25, sabernhardt.
See #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r61459 r61591  
    492492 * @since 4.9.0
    493493 * @access private
     494 *
     495 * @global string $file   Path to the file being edited.
     496 * @global string $plugin Path to the plugin file relative to the plugins directory.
    494497 *
    495498 * @param array|string $tree  List of file/folder paths, or filename.
Note: See TracChangeset for help on using the changeset viewer.