Completed
Push — add/instagram ( abe3fc...4979db )
by
unknown
06:54
created
modules/widgets/instagram/instagram.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@
 block discarded – undo
120 120
 		return $data;
121 121
 	}
122 122
 
123
+	/**
124
+	 * @param string $path
125
+	 */
123 126
 	private function wpcom_json_api_request_as_blog( $path, $version = 1, $args = array(), $body = null, $base_api_path = 'rest' ) {
124 127
 		if ( ! class_exists( 'Jetpack_Client' ) ) {
125 128
 			return new WP_Error( 'missing_jetpack', 'The `Jetpack_Client` class is missing' );
Please login to merge, or discard this patch.