From 35c13730dd518589cfaee1246e87e790fcaf1eec Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 11 Dec 2017 08:48:07 +0000 Subject: [PATCH] Docs: Correct some typos in the docs for `wp_ajax_get_community_events()`. Props Presskopp. Fixes #42861. git-svn-id: https://develop.svn.wordpress.org/trunk@42384 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/ajax-actions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/ajax-actions.php b/src/wp-admin/includes/ajax-actions.php index e05ec0a273..8ced5d335a 100644 --- a/src/wp-admin/includes/ajax-actions.php +++ b/src/wp-admin/includes/ajax-actions.php @@ -357,10 +357,10 @@ function wp_ajax_get_community_events() { * The location should only be updated when it changes. The API doesn't always return * a full location; sometimes it's missing the description or country. The location * that was saved during the initial request is known to be good and complete, though. - * It should be left in tact until the user explicitly changes it (either by manually + * It should be left intact until the user explicitly changes it (either by manually * searching for a new location, or by changing their IP address). * - * If the location were updated with an incomplete response from the API, then it could + * If the location was updated with an incomplete response from the API, then it could * break assumptions that the UI makes (e.g., that there will always be a description * that corresponds to a latitude/longitude location). *