Closed adamziel closed 4 weeks ago
Merge WP_XML_Tag_Processor and WP_XML_Processor into a single WP_XML_Processor class. This reduces abstractions, enables keeping more properties as private, and simplifies the code.
WP_XML_Tag_Processor
WP_XML_Processor
Related to https://github.com/WordPress/wordpress-playground/issues/1894 and https://github.com/WordPress/wordpress-develop/pull/6713
Confirm the CI tests pass.
Merge
WP_XML_Tag_Processor
andWP_XML_Processor
into a singleWP_XML_Processor
class. This reduces abstractions, enables keeping more properties as private, and simplifies the code.Related to https://github.com/WordPress/wordpress-playground/issues/1894 and https://github.com/WordPress/wordpress-develop/pull/6713
Testing instructions
Confirm the CI tests pass.