Changeset 11777
- Timestamp:
- 12/31/2017 08:26:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r11750 r11777 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>
Note: See TracChangeset
for help on using the changeset viewer.