Skip to content

Commit 2319b94

Browse files
authored
Merge branch 'trunk' into html-api/normalization-special-newlines
2 parents 0acab11 + e5606f2 commit 2319b94

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/wp-admin/includes/misc.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

src/wp-admin/includes/schema.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
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
*/
1818
global $wpdb, $wp_queries, $charset_collate;
1919

0 commit comments

Comments
 (0)