diff --git a/wp-admin/includes/plugin.php b/wp-admin/includes/plugin.php index d2c1237905..6e67dc12a8 100644 --- a/wp-admin/includes/plugin.php +++ b/wp-admin/includes/plugin.php @@ -1839,7 +1839,7 @@ function unregister_setting( $option_group, $option_name, $sanitize_callback = ' } /** - * {@internal Missing Short Description}} + * Refreshes the value of the options whitelist available via the 'whitelist_options' filter. * * @since 2.7.0 * @@ -1858,7 +1858,7 @@ function option_update_filter( $options ) { } /** - * {@internal Missing Short Description}} + * Adds an array of options to the options whitelist. * * @since 2.7.0 * @@ -1891,7 +1891,7 @@ function add_option_whitelist( $new_options, $options = '' ) { } /** - * {@internal Missing Short Description}} + * Removes a list of options from the options whitelist. * * @since 2.7.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 04c80ad534..e33e5b9dfa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34824'; +$wp_version = '4.4-alpha-34825'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.