Changes between Initial Version and Version 1 of Ticket #7656, comment 6
- Timestamp:
- 01/17/2018 03:40:28 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7656, comment 6
initial v1 1 1 ^yep 2 2 3 However taking into account we can pass strings of type `'<div class=" 2>'` in to various arg functions unfettered in core and also use wp_kses liberally in places I've re-factored patch along the lines you suggested:3 However taking into account we can pass strings of type `'<div class="">'` in to various arg functions unfettered in core and also use wp_kses liberally in places I've re-factored patch along the lines you suggested: 4 4 5 5 Allow args in style of `array( 'before' = > '<ul class="">')`