From 1a2da86366fb60a5463589f57251e104e0794d21 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Mon, 14 Jul 2014 00:43:51 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@29160 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-embed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-wp-embed.php b/src/wp-includes/class-wp-embed.php index af71e28efd..8e7f989a5e 100644 --- a/src/wp-includes/class-wp-embed.php +++ b/src/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.