Editor: Use WP_HTML_Tag_Processor in wp_render_elements_support().

Props ntsekouras.
Fixes #57642.

Built from https://develop.svn.wordpress.org/trunk@55235


git-svn-id: http://core.svn.wordpress.org/trunk@54768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Felix Arntz
2023-02-06 19:43:16 +00:00
parent 53c7f7a8a7
commit ee7b88a862
2 changed files with 6 additions and 21 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-alpha-55234';
$wp_version = '6.2-alpha-55235';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.