Changeset 58733
- Timestamp:
- 07/16/2024 02:33:17 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
r58712 r58733 255 255 256 256 if ( '' !== $text_node ) { 257 $output .= " ${text_node}\"\n";257 $output .= "{$text_node}\"\n"; 258 258 } 259 259
Note: See TracChangeset
for help on using the changeset viewer.