File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -492,6 +492,9 @@ function wp_make_plugin_file_tree( $plugin_editable_files ) {
492492 * @since 4.9.0
493493 * @access private
494494 *
495+ * @global string $file Path to the file being edited.
496+ * @global string $plugin Path to the plugin file relative to the plugins directory.
497+ *
495498 * @param array|string $tree List of file/folder paths, or filename.
496499 * @param string $label Name of file or folder to print.
497500 * @param int $level The aria-level for the current iteration.
Original file line number Diff line number Diff line change 1212 * Declare these as global in case schema.php is included from a function.
1313 *
1414 * @global wpdb $wpdb WordPress database abstraction object.
15- * @global array $wp_queries
16- * @global string $charset_collate
15+ * @global array $wp_queries Global database queries array.
16+ * @global string $charset_collate Database charset and collation.
1717 */
1818global $ wpdb , $ wp_queries , $ charset_collate ;
1919
You can’t perform that action at this time.
0 commit comments