Changeset 48067 for trunk/src/wp-includes/comment.php
- Timestamp:
- 06/16/2020 09:05:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r48059 r48067 446 446 * 447 447 * @since 2.9.0 448 * 448 449 * @link https://developer.wordpress.org/reference/functions/add_comment_meta/ 449 450 * … … 467 468 * 468 469 * @since 2.9.0 470 * 469 471 * @link https://developer.wordpress.org/reference/functions/delete_comment_meta/ 470 472 * … … 484 486 * 485 487 * @since 2.9.0 488 * 486 489 * @link https://developer.wordpress.org/reference/functions/get_comment_meta/ 487 490 * … … 508 511 * 509 512 * @since 2.9.0 513 * 510 514 * @link https://developer.wordpress.org/reference/functions/update_comment_meta/ 511 515 * … … 2450 2454 * 2451 2455 * @since 2.5.0 2456 * 2452 2457 * @staticvar bool $_defer 2453 2458 * … … 2481 2486 * 2482 2487 * @since 2.1.0 2488 * 2483 2489 * @see wp_update_comment_count_now() For what could cause a false return value 2484 2490 * … … 3014 3020 * 3015 3021 * @since 3.5.1 3022 * 3016 3023 * @see wp_http_validate_url() 3017 3024 * … … 3030 3037 * 3031 3038 * @since 3.5.1 3039 * 3032 3040 * @link https://www.hixie.ch/specs/pingback/pingback#TOC3 3033 3041 * … … 3128 3136 * Close comments on old posts on the fly, without any extra DB queries. Hooked to the_posts. 3129 3137 * 3138 * @since 2.7.0 3130 3139 * @access private 3131 * @since 2.7.03132 3140 * 3133 3141 * @param WP_Post $posts Post data object. … … 3168 3176 * Close comments on an old post. Hooked to comments_open and pings_open. 3169 3177 * 3178 * @since 2.7.0 3170 3179 * @access private 3171 * @since 2.7.03172 3180 * 3173 3181 * @param bool $open Comments open or closed
Note: See TracChangeset
for help on using the changeset viewer.