Docs: Adjust documentation for some pre_* filters for consistency.

See #48303.

git-svn-id: https://develop.svn.wordpress.org/trunk@47101 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-01-22 00:23:09 +00:00
parent 8133a247bd
commit 5db9ef75c9
5 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -384,7 +384,8 @@ class WP_oEmbed {
*
* @since 4.5.3
*
* @param null|string $result The UNSANITIZED (and potentially unsafe) HTML that should be used to embed. Default null.
* @param null|string $result The UNSANITIZED (and potentially unsafe) HTML that should be used to embed.
* Default null to continue retrieving the result.
* @param string $url The URL to the content that should be attempted to be embedded.
* @param array $args Optional. Arguments, usually passed from a shortcode. Default empty.
*/