From d21f8b886937ffadcb50f23c7c1e8eaf6000c1d8 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sun, 11 Sep 2016 18:45:59 +0000 Subject: [PATCH] Docs: Fix phpdoc and jsdoc typos introduced in [38584] and [38587], respectively. See #33742. See #20714. git-svn-id: https://develop.svn.wordpress.org/trunk@38588 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/customize-preview.js | 4 ++-- tests/phpunit/tests/menu/wpAjaxMenuQuickSearch.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/js/customize-preview.js b/src/wp-includes/js/customize-preview.js index 7e100a40bd..1d61ba33e3 100644 --- a/src/wp-includes/js/customize-preview.js +++ b/src/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/tests/phpunit/tests/menu/wpAjaxMenuQuickSearch.php b/tests/phpunit/tests/menu/wpAjaxMenuQuickSearch.php index c622b566ee..5dcea38e5a 100644 --- a/tests/phpunit/tests/menu/wpAjaxMenuQuickSearch.php +++ b/tests/phpunit/tests/menu/wpAjaxMenuQuickSearch.php @@ -55,7 +55,7 @@ class Tests_Menu_WpAjaxMenuQuickSeach extends WP_UnitTestCase { } /** - * Test that search only returns results for publihed posts. + * Test that search only returns results for published posts. * * @ticket 33742 */