Changeset 11582 for trunk/src/bp-messages/bp-messages-template.php
- Timestamp:
- 06/08/2017 06:36:43 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r11578 r11582 1278 1278 <strong><?php echo stripslashes( wp_filter_kses( $notice->subject ) ) ?></strong><br /> 1279 1279 <?php echo stripslashes( wp_filter_kses( $notice->message) ) ?> 1280 < a href="#" id="close-notice"><?php _e( 'Close', 'buddypress' ) ?></a>1280 <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> 1281 1281 <?php wp_nonce_field( 'bp_messages_close_notice', 'close-notice-nonce' ); ?> 1282 1282 </p>
Note: See TracChangeset
for help on using the changeset viewer.