Completed
Push — try/block-editor-iframe ( 1dfec3...ea56f5 )
by
unknown
35:00 queued 28:31
created
modules/wordpress-com-block-editor-iframe.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
  * UID and $action remain the same, the independent variable is the time.
69 69
  *
70 70
  * @param string     $nonce  Nonce that was used in the form to verify.
71
- * @param string|int $action Should give context to what is taking place and be the same when nonce was created.
71
+ * @param integer $action Should give context to what is taking place and be the same when nonce was created.
72 72
  * @return false|int False if the nonce is invalid, 1 if the nonce is valid and generated between
73 73
  *                   0-12 hours ago, 2 if the nonce is valid and generated between 12-24 hours ago.
74 74
  */
Please login to merge, or discard this patch.