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:
parent
9f381dbea6
commit
ead8c38f38
|
@ -140,7 +140,7 @@ if ( !is_multisite() ) {
|
||||||
*
|
*
|
||||||
* @since 2.7.0
|
* @since 2.7.0
|
||||||
*
|
*
|
||||||
* @param array White list options.
|
* @param array $whitelist_options White list options.
|
||||||
*/
|
*/
|
||||||
$whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
|
$whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue