@@ -228,7 +228,7 @@ |
||
228 | 228 | * |
229 | 229 | * @param string $notify_moderator The value of the moderation_notify option. |
230 | 230 | * @param int $comment_id Comment ID. |
231 | - * @return boolean Returns false to shortcircuit the execution of wp_notify_moderator |
|
231 | + * @return string|false Returns false to shortcircuit the execution of wp_notify_moderator |
|
232 | 232 | */ |
233 | 233 | function jetpack_notify_moderator( $notify_moderator, $comment_id ) { |
234 | 234 |