Docs: Add variable to @param entry for whitelist_options filter.

Props keesiemeijer.
Fixes #39477.
Built from https://develop.svn.wordpress.org/trunk@39708


git-svn-id: http://core.svn.wordpress.org/trunk@39648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-06 21:57:42 +00:00
parent 9f381dbea6
commit ead8c38f38
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ if ( !is_multisite() ) {
*
* @since 2.7.0
*
* @param array White list options.
* @param array $whitelist_options White list options.
*/
$whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );

View File

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