Completed
Push — add/jetpack-v6-endpoints ( 4d5075 )
by
unknown
101:12 queued 88:07
created
_inc/lib/class.core-rest-api-endpoints.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -426,6 +426,9 @@  discard block
 block discarded – undo
426 426
 		) );
427 427
 	}
428 428
 
429
+	/**
430
+	 * @return string
431
+	 */
429 432
 	public static function get_plans( $request ) {
430 433
 		$request = Jetpack_Client::wpcom_json_api_request_as_user(
431 434
 			'/plans?_locale=' . get_user_locale(),
@@ -993,7 +996,6 @@  discard block
 block discarded – undo
993 996
 	 * @uses Jetpack::disconnect();
994 997
 	 * @since 4.3.0
995 998
 	 *
996
-	 * @param WP_REST_Request $request The request sent to the WP REST API.
997 999
 	 *
998 1000
 	 * @return string|WP_Error A raw URL if the connection URL could be built; error message otherwise.
999 1001
 	 */
@@ -1013,7 +1015,6 @@  discard block
 block discarded – undo
1013 1015
 	 *
1014 1016
 	 * @since 4.3.0
1015 1017
 	 *
1016
-	 * @param WP_REST_Request $request The request sent to the WP REST API.
1017 1018
 	 *
1018 1019
 	 * @return object
1019 1020
 	 */
Please login to merge, or discard this patch.