Docs: Add a @global entry for $allowed_files in get_file_description().

Props div33, ajayghaghretiya1.
Fixes #41294.
Built from https://develop.svn.wordpress.org/trunk@41032


git-svn-id: http://core.svn.wordpress.org/trunk@40882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-12 21:40:40 +00:00
parent 058c2c5ca4
commit 581707de6c
2 changed files with 3 additions and 2 deletions

View File

@ -69,7 +69,8 @@ $wp_file_descriptions = array(
*
* @since 1.5.0
*
* @global array $wp_file_descriptions
* @global array $wp_file_descriptions Theme file descriptions.
* @global array $allowed_files List of allowed files.
* @param string $file Filesystem path or filename
* @return string Description of file from $wp_file_descriptions or basename of $file if description doesn't exist.
* Appends 'Page Template' to basename of $file if the file is a page template

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41031';
$wp_version = '4.9-alpha-41032';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.