X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Foembed.php;h=898d900f43bf86759188d917b807918f37718182;hb=fd3cf1cd02b57e9796e5537dbee468d1c8048a48;hp=9c1b3d431f798071e4c94edb904e142d7fe77cc8;hpb=4eaa0c48920d209c8543b1fa5fabf5c587f4dcda;p=friendica.git diff --git a/include/oembed.php b/include/oembed.php index 9c1b3d431f..898d900f43 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -210,8 +210,10 @@ function oembed_format_object($j){ } /** - * Generates the iframe HTML for an oembed attachment. Width and height are given - * by the remote, and are regularly too small for the generated iframe. + * @brief Generates the iframe HTML for an oembed attachment. + * + * Width and height are given by the remote, and are regularly too small for + * the generated iframe. * * The width is entirely discarded for the actual width of the post, while fixed * height is used as a starting point before the inevitable resizing. @@ -222,7 +224,7 @@ function oembed_format_object($j){ * @param string $src Original remote URL to embed * @param string $width * @param string $height - * @return string + * @return string formatted HTML * * @see oembed_format_object() */