Docs: Use a third-person singular verb in the summary for _wp_customize_publish_changeset().

Also adding missing `@since` and `@access` tags. Introduced in 4.7, see [38810].

See #41017.

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


git-svn-id: http://core.svn.wordpress.org/trunk@41033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-07-30 15:34:42 +00:00
parent 6ce9846893
commit 8fd5ec4e62
2 changed files with 5 additions and 2 deletions

View File

@ -2821,7 +2821,10 @@ function _wp_customize_include() {
}
/**
* Publish a snapshot's changes.
* Publishes a snapshot's changes.
*
* @since 4.7.0
* @access private
*
* @global wpdb $wpdb WordPress database abstraction object.
* @global WP_Customize_Manager $wp_customize Customizer instance.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41192';
$wp_version = '4.9-alpha-41193';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.