@@ -217,7 +217,7 @@ |
||
| 217 | 217 | * Render a slide |
| 218 | 218 | * |
| 219 | 219 | * @param array $media Media information. |
| 220 | - * @param array $index Index of the slide, first slide will be displayed by default, others hidden. |
|
| 220 | + * @param integer $index Index of the slide, first slide will be displayed by default, others hidden. |
|
| 221 | 221 | * |
| 222 | 222 | * @return string |
| 223 | 223 | */ |
@@ -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 | |