- Timestamp:
- 07/27/2017 12:39:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r40909 r41161 19 19 * ID for a WordPress user account. 20 20 * 21 * @access protected22 21 * @since 4.8.0 23 22 * … … 29 28 * Stores location data for the user. 30 29 * 31 * @access protected32 30 * @since 4.8.0 33 31 * … … 172 170 * Builds an array of args to use in an HTTP request to the w.org Events API. 173 171 * 174 * @access protected175 172 * @since 4.8.0 176 173 * … … 230 227 * be easily spoofed. 231 228 * 232 * @access protected233 229 * @since 4.8.0 234 230 * … … 282 278 * 283 279 * @since 4.8.0 284 * @access protected285 280 * 286 281 * @param array $a The first pair, with indexes 'latitude' and 'longitude'. … … 304 299 * which is less prone to errors. 305 300 * 306 * @access protected307 301 * @since 4.8.0 308 302 * … … 325 319 * Caches an array of events data from the Events API. 326 320 * 327 * @access protected328 321 * @since 4.8.0 329 322 * … … 367 360 * of the user who triggered the cache refresh, rather than their own. 368 361 * 369 * @access protected370 362 * @since 4.8.0 371 363 * … … 396 388 * Discards expired events, and reduces the remaining list. 397 389 * 398 * @access protected399 390 * @since 4.8.0 400 391 * … … 437 428 * response when called from AJAX handlers and `display_errors` is enabled. 438 429 * 439 * @access protected440 430 * @since 4.8.0 441 431 *
Note: See TracChangeset
for help on using the changeset viewer.