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.