Changes between Version 1 and Version 2 of Ticket #40907
- Timestamp:
- 06/02/2017 04:02:34 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40907 – Description
v1 v2 8 8 9 9 When the user does not have the `unfiltered_html` capability, the HTML code widget should also indicate the HTML tags that are allowed and anything not allowed will be stripped. It seems logical that the HTML code widget should allow the same tags that are allowed in post content. 10 11 Suggested PHP class name: `WP_Widget_HTML_Code` 12 Suggested widget ID base: `html_code`