Commit c9bc15c
committed
Escape room name in sync permission error message
The room string is already constrained by REST schema regex
validation, but esc_html() future-proofs against the regex
loosening or the message being reused in an HTML context.1 parent 8d8c603 commit c9bc15c
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments