Completed
Push — v2/videopress-sideloading ( b8b105 )
by
unknown
11:15
created
modules/videopress-v2/class.videopress-video.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@
 block discarded – undo
271 271
 	 *
272 272
 	 * @since 1.2
273 273
 	 * @param string $url absolute URL
274
-	 * @return bool|string host component of the URL, or false if none found
274
+	 * @return string|false host component of the URL, or false if none found
275 275
 	 */
276 276
 	public static function hostname( $url ) {
277 277
 		return parse_url( esc_url_raw( $url ), PHP_URL_HOST );
Please login to merge, or discard this patch.