Completed
Push — fix/mixcloud-shortcode ( 1be4d5...fd9050 )
by
unknown
14:26 queued 07:01
created
wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-external-media.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -297,7 +297,7 @@
 block discarded – undo
297 297
 	 * Returns a download URL, dealing with Google's long file names.
298 298
 	 *
299 299
 	 * @param array $guid Media information.
300
-	 * @return string|\WP_Error
300
+	 * @return string
301 301
 	 */
302 302
 	public function get_download_url( $guid ) {
303 303
 		$this->tmp_name = $guid['name'];
Please login to merge, or discard this patch.