diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index f35ea0ce99..027194a8cd 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -3788,7 +3788,7 @@ function get_paged_template() { * input to the return. * * @since 1.0.0 - * @deprecated deprecated since 4.7 + * @deprecated 4.7.0 Officially dropped security support for Netscape 4. * * @param string $string * @return string diff --git a/wp-includes/version.php b/wp-includes/version.php index a54dfee311..dc5945bb39 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39757'; +$wp_version = '4.8-alpha-39758'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.