Opened 4 years ago
Closed 4 years ago
#54899 closed defect (bug) (fixed)
Docs: replace reference to renamed $allowedxmlnamedentities global variable in wp_kses_xml_named_entities function's docblock
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.0 | Priority: | normal |
| Severity: | normal | Version: | 5.9 |
| Component: | Formatting | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
The r48072 introduced a wrongly named $allowedxmlnamedentities global variable (
instead of correct $allowedxmlentitynames ), which was later fixed r52229, where almost all instances of $allowedxmlnamedentities were replaced by $allowedxmlentitynames, however the old name of the global variable is still present in the docblock for the wp_kses_xml_named_entities function. See https://core.trac.wordpress.org/browser/trunk/src/wp-includes/kses.php?rev=52326#L1928
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 52639: