Docs: Add missing DocBlock summaries to three functions in wp-admin/includes/plugin.php.

See #32246.

Built from https://develop.svn.wordpress.org/trunk@34825


git-svn-id: http://core.svn.wordpress.org/trunk@34790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-05 02:55:24 +00:00
parent 4c2203b370
commit 0b332f6d7a
2 changed files with 4 additions and 4 deletions

View File

@ -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 * @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 * @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 * @since 2.7.0
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.