Changes between Initial Version and Version 31 of Ticket #23012
- Timestamp:
- 08/20/2015 07:15:04 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23012
-
Property
Status
changed from
newtoaccepted -
Property
Severity
changed from
minortonormal - Property Cc info@… brady@… added
-
Property
Priority
changed from
lowtonormal - Property Keywords dev-feedback added
-
Property
Milestone
changed from
Awaiting Reviewto4.4 - Property Owner set to chriscct7
-
Property
Status
changed from
-
Ticket #23012 – Description
initial v31 4 4 5 5 * `$instance['text'] = stripslashes( wp_filter_post_kses( addslashes($new_instance['text']) ) );` 6 * `$text = esc_textarea($instance['text']);` rather than at output 6 * `$text = esc_textarea($instance['text']);` rather than at output (implement late-escaping of echo'ed variables) 7 7 8 8 Also tons and tons of formatting issues.