Ticket #7649: 7649.patch
File 7649.patch, 1.1 KB (added by , 7 years ago) |
---|
-
src/bp-messages/bp-messages-template.php
1337 1337 <p> 1338 1338 <strong><?php echo stripslashes( wp_filter_kses( $notice->subject ) ) ?></strong><br /> 1339 1339 <?php echo stripslashes( wp_filter_kses( $notice->message) ) ?> 1340 <button type="button" id="close-notice" class="bp-tooltip" data-bp-tooltip="<?php esc_attr_e( 'Dismiss this notice', 'buddypress' ) ?>"><span class="bp-screen-reader-text"><?php _e( 'Dismiss this notice', 'buddypress' ) ?> "></span> <span aria-hidden="true">Χ</span></button>1340 <button type="button" id="close-notice" class="bp-tooltip" data-bp-tooltip="<?php esc_attr_e( 'Dismiss this notice', 'buddypress' ) ?>"><span class="bp-screen-reader-text"><?php _e( 'Dismiss this notice', 'buddypress' ) ?></span> <span aria-hidden="true">Χ</span></button> 1341 1341 <?php wp_nonce_field( 'bp_messages_close_notice', 'close-notice-nonce' ); ?> 1342 1342 </p> 1343 1343 </div>