Make WordPress Core

Changes between Initial Version and Version 31 of Ticket #23012


Ignore:
Timestamp:
08/20/2015 07:15:04 PM (11 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23012

    • Property Status changed from new to accepted
    • Property Severity changed from minor to normal
    • Property Cc info@… brady@… added
    • Property Priority changed from low to normal
    • Property Keywords dev-feedback added
    • Property Milestone changed from Awaiting Review to 4.4
    • Property Owner set to chriscct7
  • Ticket #23012 – Description

    initial v31  
    44
    55* `$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)
    77
    88Also tons and tons of formatting issues.