Making WordPress.org


Ignore:
Timestamp:
05/24/2018 09:33:14 PM (8 years ago)
Author:
coreymckrill
Message:

WordCamp tickets: privacy enhancements

  • Include some custom registration fields in personal data export/erasure
  • Add registration field to opt-out of the public Attendees page
  • Show data confidentiality notice on Edit Attendee screen
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/addons/code-of-conduct.php

    r7190 r7228  
    5555                    printf(
    5656                        /* translators: %s placeholder is a URL */
    57                         wp_kses_post( __( 'Do you agree to follow the event <a href="%s">Code of Conduct</a>?', 'wordcamporg' ) ),
     57                        wp_kses_post( __( 'Do you agree to follow the event <a href="%s" target="_blank">Code of Conduct</a>?', 'wordcamporg' ) ),
    5858                        esc_url( $coc_url )
    5959                    );
Note: See TracChangeset for help on using the changeset viewer.