Changeset 7228 for sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/addons/code-of-conduct.php
- Timestamp:
- 05/24/2018 09:33:14 PM (8 years ago)
- 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 55 55 printf( 56 56 /* 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' ) ), 58 58 esc_url( $coc_url ) 59 59 );
Note: See TracChangeset
for help on using the changeset viewer.