From e3645bc203d9f0745d8058a7e022ea5e1b3901ae Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 7 Dec 2003 09:45:15 +0000 Subject: [PATCH] Made second argument to wp_notify_postauthor optional. git-svn-id: http://svn.automattic.com/wordpress/trunk@578 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2-include/b2functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2-include/b2functions.php b/b2-include/b2functions.php index 4bdc8b531..d3a6c69a8 100644 --- a/b2-include/b2functions.php +++ b/b2-include/b2functions.php @@ -1451,7 +1451,7 @@ function wp_get_comment_status($comment_id) { } } -function wp_notify_postauthor($comment_id, $comment_type) { +function wp_notify_postauthor($comment_id, $comment_type='comment') { global $wpdb, $tablecomments, $tableposts, $tableusers; global $querystring_start, $querystring_equal, $querystring_separator; global $blogfilename, $blogname, $siteurl;