#59268 closed enhancement (fixed)
HTML API: Store current token reference in HTML Processor state.
Reported by: | dmsnell | Owned by: | Bernhard Reiter |
---|---|---|---|
Milestone: | 6.4 | Priority: | normal |
Severity: | normal | Version: | 6.4 |
Component: | HTML API | Keywords: | has-patch |
Focuses: | Cc: |
Description
The $current_token reference has been stored in the HTML Processor itself, but @bernhardtreiter suggested that we move it into the externalized state so that it can be stored and replaced.
In this patch the reference is moved to that state variable and it should become more possible to save and load state, to resume execution after pausing.
Change History (4)
This ticket was mentioned in PR #5127 on WordPress/wordpress-develop by @dmsnell.
13 months ago
#1
#2
@
13 months ago
- Owner set to Bernhard Reiter
- Resolution set to fixed
- Status changed from new to closed
In 56558:
@Bernhard Reiter commented on PR #5127:
13 months ago
#3
Committed to Core in https://core.trac.wordpress.org/changeset/56558.
Note: See
TracTickets for help on using
tickets.
Trac ticket: #59268
The
$current_token
reference has been stored in the HTML Processor itself, but @bernhardtreiter suggested in #{ticket number} that we move it into the externalized state so that it can be stored and replaced.In this patch the reference is moved to that state variable and it should become more possible to save and load state, to resume execution after pausing.