|
@@ -305,7 +305,7 @@ discard block |
|
|
block discarded – undo |
|
305
|
305
|
/** |
|
306
|
306
|
* Verifies the signature of the current request. |
|
307
|
307
|
* |
|
308
|
|
- * @return false|array |
|
|
308
|
+ * @return boolean |
|
309
|
309
|
*/ |
|
310
|
310
|
public function verify_xml_rpc_signature() { |
|
311
|
311
|
if ( is_null( $this->xmlrpc_verification ) ) { |
|
@@ -1424,7 +1424,7 @@ discard block |
|
|
block discarded – undo |
|
1424
|
1424
|
* |
|
1425
|
1425
|
* @param int|false $user_id false: Return the Blog Token. int: Return that user's User Token. |
|
1426
|
1426
|
* @param string|false $token_key If provided, check that the token matches the provided input. |
|
1427
|
|
- * @param bool|true $suppress_errors If true, return a falsy value when the token isn't found; When false, return a descriptive WP_Error when the token isn't found. |
|
|
1427
|
+ * @param boolean $suppress_errors If true, return a falsy value when the token isn't found; When false, return a descriptive WP_Error when the token isn't found. |
|
1428
|
1428
|
* |
|
1429
|
1429
|
* @return object|false |
|
1430
|
1430
|
*/ |
Please login to merge, or discard this patch.