Commit 65c3a8e
committed
HTML API: Make
Trac ticket: Core-63823
Follows #7331
The `serialize_token()` method was added in WordPress 6.7.0 as a
protected member on the `WP_HTML_Processor` class. It wasn’t clear at
the time of merging if it would be necessary to expose it as a public
method. However, since that time a number of experiments have led to the
conclusion that it would be very valuable to do so.
This patch opens up the method for invocation from the outside,
trivializing the generation of normative HTML subspans from a parent
document.
Follow-up to [[59076]](https://core.trac.wordpress.org/changeset/59076).WP_HTML_Processor::serialize_token() public.1 parent 8db4b46 commit 65c3a8e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1304 | 1304 | | |
1305 | 1305 | | |
1306 | 1306 | | |
| 1307 | + | |
1307 | 1308 | | |
1308 | 1309 | | |
1309 | 1310 | | |
1310 | | - | |
| 1311 | + | |
1311 | 1312 | | |
1312 | 1313 | | |
1313 | 1314 | | |
| |||
0 commit comments