Changeset 8080 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-admin.php
- Timestamp:
- 01/14/2019 10:16:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-admin.php
r8027 r8080 519 519 check_admin_referer( 'wcpt_notes', 'wcpt_notes_nonce' ); 520 520 521 $new_note_message = sanitize_text _field( wp_unslash( $_POST['wcpt_new_note'] ) );521 $new_note_message = sanitize_textarea_field( wp_unslash( $_POST['wcpt_new_note'] ) ); 522 522 523 523 if ( empty( $new_note_message ) ) {
Note: See TracChangeset
for help on using the changeset viewer.