- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r49926 r49927 30 30 * @since 4.8.0 31 31 * 32 * @var bool|array32 * @var false|array 33 33 */ 34 34 protected $user_location = false; … … 307 307 * 308 308 * @param array $location Should contain 'latitude' and 'longitude' indexes. 309 * @return bool|string false on failure, or a string on success.309 * @return false|string false on failure, or a string on success. 310 310 */ 311 311 protected function get_events_transient_key( $location ) { … … 326 326 * @since 4.8.0 327 327 * 328 * @param array $events Response body from the API request.329 * @param int| bool$expiration Optional. Amount of time to cache the events. Defaults to false.328 * @param array $events Response body from the API request. 329 * @param int|false $expiration Optional. Amount of time to cache the events. Defaults to false. 330 330 * @return bool true if events were cached; false if not. 331 331 */
Note: See TracChangeset
for help on using the changeset viewer.