From 28087583349d676eddb94cd508379a10dd1c4c92 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 20 Feb 2017 06:48:08 +0000 Subject: [PATCH] Customize: Update the introduced version in the docs for the `get_header_video_url` filter to 4.7.3. See #39512. Built from https://develop.svn.wordpress.org/trunk@40086 git-svn-id: http://core.svn.wordpress.org/trunk@40023 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 480ac79acf..bf53205c20 100644 --- a/wp-includes/theme.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index ee497fcc36..78032b0086 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40082'; +$wp_version = '4.8-alpha-40086'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.