From cd6e4451f1e1b955b47b83d8141918c1b4d3fb98 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 15 Jul 2022 14:15:08 +0000 Subject: [PATCH] Docs: Document that `allowed_tags()` is no longer used in core as of WordPress 4.4. Previously, it was used in core and older bundled themes to display the list of allowed tags in the comment form. Follow-up to [709], [2009], [2012], [2032], [2040], [13030], [14365], [32858], [34316], [34351]. See #55646. Built from https://develop.svn.wordpress.org/trunk@53703 git-svn-id: http://core.svn.wordpress.org/trunk@53262 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index a26f832832..58862b392a 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -2462,6 +2462,7 @@ function delete_get_calendar_cache() { * attributes are supported. As well as any plugins which want to display it. * * @since 1.0.1 + * @since 4.4.0 No longer used in core. * * @global array $allowedtags * diff --git a/wp-includes/version.php b/wp-includes/version.php index a76b151d04..d7ad4b54b8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53702'; +$wp_version = '6.1-alpha-53703'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.