[wp-cvs] wordpress/wp-includes functions.php,1.105,1.106
Matthew Mullenweg
saxmatt at users.sourceforge.net
Wed May 26 22:49:26 CDT 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30710/wp-includes
Modified Files:
functions.php
Log Message:
New hook for when comment status is changed.
Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** functions.php 25 May 2004 01:16:49 -0000 1.105
--- functions.php 27 May 2004 03:49:23 -0000 1.106
***************
*** 916,919 ****
--- 916,920 ----
if ($wpdb->query($query)) {
+ do_action('wp_set_comment_status', $comment_id);
return true;
} else {
More information about the cvs
mailing list