Make WordPress Core

Changeset 1365


Ignore:
Timestamp:
05/27/2004 03:49:23 AM (21 years ago)
Author:
saxmatt
Message:

New hook for when comment status is changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r1360 r1365  
    916916   
    917917    if ($wpdb->query($query)) {
     918        do_action('wp_set_comment_status', $comment_id);
    918919        return true;
    919920    } else {
Note: See TracChangeset for help on using the changeset viewer.