From ead8c38f38f728b42cfe99885ef6408c514b07c6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 6 Jan 2017 21:57:42 +0000 Subject: [PATCH] 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 --- wp-admin/options.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options.php b/wp-admin/options.php index 1747489084..4c7e2676f1 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 940153f498..f05779cc0c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.