From 8fd5ec4e62da00cee8f99d402e578f5a3f9e63d1 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Jul 2017 15:34:42 +0000 Subject: [PATCH] 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 --- wp-includes/theme.php | 5 ++++- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 9fbe4323a3..33b491ab1c 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 9d8da104e6..8ad03e1322 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.