From a20e839eafe703bd5b6fbf76dbf1420ce71e7d1a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 14 Jul 2014 00:44:14 +0000 Subject: [PATCH] Inline documentation cleanup for 4.0 audit. Document the first parameter, `$time`, in the 'oembed_ttl' filter, added in [28972]. See #14759 and #28885. Built from https://develop.svn.wordpress.org/trunk@29160 git-svn-id: http://core.svn.wordpress.org/trunk@28944 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-embed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/class-wp-embed.php b/wp-includes/class-wp-embed.php index af71e28efd..8e7f989a5e 100644 --- a/wp-includes/class-wp-embed.php +++ b/wp-includes/class-wp-embed.php @@ -198,6 +198,7 @@ class WP_Embed { * * @since 4.0.0 * + * @param int $time Time to live (in seconds). * @param string $url The attempted embed URL. * @param array $attr An array of shortcode attributes. * @param int $post_ID Post ID.