From 22a410e1c59ca0aa141d471349f1af2ea63c900c Mon Sep 17 00:00:00 2001 From: dd32 Date: Mon, 20 Feb 2017 06:46:34 +0000 Subject: [PATCH] Customize: Update the introduced version in the docs for the `get_header_video_url` filter to 4.7.3. See #39512. git-svn-id: https://develop.svn.wordpress.org/trunk@40086 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 480ac79acf..bf53205c20 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -1346,7 +1346,7 @@ function get_header_video_url() { /** * Filters the header video URL. * - * @since 4.8.0 + * @since 4.7.3 * * @param string $url Header video URL, if available. */