Docs: Correct some typos in the docs for wp_ajax_get_community_events().

Props Presskopp.
Fixes #42861.

Built from https://develop.svn.wordpress.org/trunk@42384


git-svn-id: http://core.svn.wordpress.org/trunk@42213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2017-12-11 08:49:48 +00:00
parent ea74239f90
commit 078b842c60
2 changed files with 3 additions and 3 deletions

View File

@ -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).
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42383';
$wp_version = '5.0-alpha-42384';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.