Changeset 61522
- Timestamp:
- 01/23/2026 11:17:36 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r61508 r61522 456 456 * 457 457 * @param int $comment_id Comment ID. 458 * @param int $delta Change in the number of total comments. Default -1.458 * @param int $delta Optional. Change in the number of total comments. Default -1. 459 459 */ 460 460 function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) {
Note: See TracChangeset
for help on using the changeset viewer.