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.


git-svn-id: https://develop.svn.wordpress.org/trunk@41193 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2017-07-30 15:33:19 +00:00
parent 51319d3394
commit 2bec067616

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.