From 4156988a3ce1d843e83f21d3e4299b00b94fd5fc Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sun, 11 Sep 2016 18:46:30 +0000 Subject: [PATCH] Docs: Fix phpdoc and jsdoc typos introduced in [38584] and [38587], respectively. See #33742. See #20714. Built from https://develop.svn.wordpress.org/trunk@38588 git-svn-id: http://core.svn.wordpress.org/trunk@38531 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/customize-preview.js | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/js/customize-preview.js b/wp-includes/js/customize-preview.js index 7e100a40bd..1d61ba33e3 100644 --- a/wp-includes/js/customize-preview.js +++ b/wp-includes/js/customize-preview.js @@ -75,8 +75,8 @@ * submission is already being handled by JS), and if it has a GET * request method, then take the serialized form data and add it as * a query string to the action URL and send this in a url message - * to the Customizer pane so that it will be loaded. If the form's - * action points to a non-previewable URL, the the Customizer pane's + * to the customizer pane so that it will be loaded. If the form's + * action points to a non-previewable URL, the customizer pane's * previewUrl setter will reject it so that the form submission is * a no-op, which is the same behavior as when clicking a link to an * external site in the preview. diff --git a/wp-includes/version.php b/wp-includes/version.php index e199062b8d..fab40e0b01 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38587'; +$wp_version = '4.7-alpha-38588'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.