Ticket #1507: pluggable-functions.patch
| File pluggable-functions.patch, 447 bytes (added by , 20 years ago) |
|---|
| Line | |
|---|---|
| 1 | 291a292,293 |
| 2 | > $comment_type = $comment->comment_type; |
| 3 | > if ('' = $comment_type) $comment_type = 'comment'; |
| 4 | 295c297 |
| 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"; |