- Timestamp:
- 06/20/2020 12:57:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r47550 r48110 301 301 * @since 4.8.0 302 302 * 303 * @param 303 * @param array $location Should contain 'latitude' and 'longitude' indexes. 304 304 * @return bool|string false on failure, or a string on success. 305 305 */ … … 362 362 * @since 4.8.0 363 363 * 364 * @param 364 * @param array $response_body The response which contains the events. 365 365 * @return array The response with dates and times formatted. 366 366 */ … … 437 437 * @since 4.9.7 Stick a WordCamp to the final list. 438 438 * 439 * @param 439 * @param array $response_body The response body which contains the events. 440 440 * @return array The response body with events trimmed. 441 441 */
Note: See TracChangeset
for help on using the changeset viewer.