- Timestamp:
- 01/11/2020 06:30:58 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r45932 r47060 230 230 * @since 4.8.0 231 231 * 232 * @return false|stringThe anonymized address on success; the given address232 * @return string|false The anonymized address on success; the given address 233 233 * or false on failure. 234 234 */ … … 342 342 * @since 4.8.0 343 343 * 344 * @return false|array false on failure; an array containing `location`345 * and `events` items on success.344 * @return array|false An array containing `location` and `events` items 345 * on success, false on failure. 346 346 */ 347 347 public function get_cached_events() {
Note: See TracChangeset
for help on using the changeset viewer.