mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
51319d3394
commit
2bec067616
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user