Make WordPress Core

Changeset 42384


Ignore:
Timestamp:
12/11/2017 08:48:07 AM (7 years ago)
Author:
dd32
Message:

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

Props Presskopp.
Fixes #42861.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r42343 r42384  
    358358         * a full location; sometimes it's missing the description or country. The location
    359359         * that was saved during the initial request is known to be good and complete, though.
    360          * It should be left in tact until the user explicitly changes it (either by manually
     360         * It should be left intact until the user explicitly changes it (either by manually
    361361         * searching for a new location, or by changing their IP address).
    362362         *
    363          * If the location were updated with an incomplete response from the API, then it could
     363         * If the location was updated with an incomplete response from the API, then it could
    364364         * break assumptions that the UI makes (e.g., that there will always be a description
    365365         * that corresponds to a latitude/longitude location).
Note: See TracChangeset for help on using the changeset viewer.