Completed
Push — fix/nav-unification-menu-open-... ( 9ad42a...2851e8 )
by
unknown
09:35
created
extensions/blocks/story/story.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
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
  */
Please login to merge, or discard this patch.
_inc/lib/functions.wp-notify.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.