mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01: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. 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:
parent
6ce9846893
commit
8fd5ec4e62
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user