Completed
Push — try/block-editor-iframe ( ed06a8...3eb55d )
by
unknown
17:15 queued 10:30
created
modules/wordpress-com-block-editor-iframe.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
  * UID and $action remain the same, the independent variable is the time.
62 62
  *
63 63
  * @param string     $nonce  Nonce that was used in the form to verify.
64
- * @param string|int $action Should give context to what is taking place and be the same when nonce was created.
64
+ * @param string $action Should give context to what is taking place and be the same when nonce was created.
65 65
  * @return false|int False if the nonce is invalid, 1 if the nonce is valid and generated between
66 66
  *                   0-12 hours ago, 2 if the nonce is valid and generated between 12-24 hours ago.
67 67
  */
Please login to merge, or discard this patch.