HTML API: Remove unused `$tag_name` variable in `WP_HTML_Tag_Processor::set_attribute`.
Follow-up to [58472], [58473]. Props davidbinda. Fixes #61494. Built from https://develop.svn.wordpress.org/trunk@58559 git-svn-id: http://core.svn.wordpress.org/trunk@58007 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a636cd1c42
commit
a999cdbaf9
|
@ -2972,7 +2972,6 @@ class WP_HTML_Tag_Processor {
|
|||
if ( true === $value ) {
|
||||
$updated_attribute = $name;
|
||||
} else {
|
||||
$tag_name = $this->get_tag();
|
||||
$comparable_name = strtolower( $name );
|
||||
|
||||
/*
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-beta4-58558';
|
||||
$wp_version = '6.6-beta4-58559';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue