Changeset 12105 for branches/3.0/src/bp-templates/bp-nouveau/buddypress/common/notices/template-notices.php
- Timestamp:
- 05/21/2018 01:01:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/buddypress/common/notices/template-notices.php
r12082 r12105 13 13 <?php if ( bp_nouveau_has_dismiss_button() ) : ?> 14 14 15 <button type="button" class="bp-tooltip" data-bp-tooltip="<?php e sc_attr_e( 'Close', 'buddypress' ); ?>" aria-label="<?php esc_attr_e( 'Close this notice', 'buddypress' ); ?>" data-bp-close="<?php bp_nouveau_dismiss_button_type(); ?>"><span class="dashicons dashicons-dismiss" aria-hidden="true"></span></button>15 <button type="button" class="bp-tooltip" data-bp-tooltip="<?php echo esc_attr_x( 'Close', 'button', 'buddypress' ); ?>" aria-label="<?php esc_attr_e( 'Close this notice', 'buddypress' ); ?>" data-bp-close="<?php bp_nouveau_dismiss_button_type(); ?>"><span class="dashicons dashicons-dismiss" aria-hidden="true"></span></button> 16 16 17 17 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.