Make WordPress Core

Ticket #1507: pluggable-functions.patch

File pluggable-functions.patch, 447 bytes (added by skippy, 20 years ago)

tweaked patch for 1.6

Line 
1291a292,293
2>       $comment_type = $comment->comment_type;
3>       if ('' = $comment_type) $comment_type = 'comment';
4295c297
5<       $notify_message  = sprintf( __('A new comment on the post #%1$s "%2$s" is waiting for your approval'), $post->ID, $post->post_title ) . "\r\n";
6---
7>       $notify_message  = sprintf( __('A new %3$s on the post #%1$s "%2$s" is waiting for your approval'), $post->ID, $post->post_title, $comment_type ) . "\r\n";