mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
b116fcdb27
- Comments created by means of a tag closer with an invalid tag name, e.g. `</3>`. - Comments closed with the invalid `--!>` closer. (Comments should be closed by `-->` but if the `!` appears it will also close it, in error.) - Empty tag name elements, which are technically skipped over and aren't comments, e.g. `</>`. Props dmsnell, costdev. Fixes #58007. Built from https://develop.svn.wordpress.org/trunk@55667 git-svn-id: http://core.svn.wordpress.org/trunk@55179 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
class-wp-html-attribute-token.php | ||
class-wp-html-span.php | ||
class-wp-html-tag-processor.php | ||
class-wp-html-text-replacement.php |