From 3fd9465cc1d60201bb6f93b63503cfdc468cd384 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 10 Jan 2017 22:09:42 +0000 Subject: [PATCH] Docs: Make `@deprecated` entry for `wp_kses_js_entities()`, deprecated in [38785], consistent with other entries. Props stevenkword, teinertb. Fixes #39541. Built from https://develop.svn.wordpress.org/trunk@39758 git-svn-id: http://core.svn.wordpress.org/trunk@39696 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/deprecated.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.