diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 541565e156..6b3e4a5347 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -313,6 +313,10 @@ function wp_make_theme_file_tree( $allowed_files ) { * @since 4.9.0 * @access private * + * @global string $relative_file Name of the file being edited relative to the + * theme directory. + * @global string $stylesheet The stylesheet name of the theme being edited. + * * @param array|string $tree List of file/folder paths, or filename. * @param int $level The aria-level for the current iteration. * @param int $size The aria-setsize for the current iteration. diff --git a/wp-includes/version.php b/wp-includes/version.php index 5fe500b019..3bd49faad4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44476'; +$wp_version = '5.1-alpha-44477'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.