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
This commit is contained in:
Sergey Biryukov 2017-01-10 22:09:42 +00:00
parent c07571de67
commit 3fd9465cc1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.