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.