Make WordPress Core

Changeset 61508


Ignore:
Timestamp:
01/21/2026 11:38:10 PM (4 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add parameter descriptions for _wp_ajax_delete_comment_response().

Follow-up to [10204], [32652].

Props rejaulalomkhan, huzaifaalmesbah.
See #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r61456 r61508  
    455455 * @access private
    456456 *
    457  * @param int $comment_id
    458  * @param int $delta
     457 * @param int $comment_id Comment ID.
     458 * @param int $delta      Change in the number of total comments. Default -1.
    459459 */
    460460function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) {
Note: See TracChangeset for help on using the changeset viewer.