[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-nouveau/buddypress/common/notices/ -> template-notices.php (source)

   1  <?php
   2  /**
   3   * BP Nouveau template notices template.
   4   *
   5   * @since 3.0.0
   6   * @version 3.1.0
   7   */
   8  ?>
   9  <aside class="<?php bp_nouveau_template_message_classes(); ?>">
  10      <span class="bp-icon" aria-hidden="true"></span>
  11      <?php bp_nouveau_template_message(); ?>
  12  
  13      <?php if ( bp_nouveau_has_dismiss_button() ) : ?>
  14  
  15          <a href="<?php bp_message_notice_dismiss_link(); ?>" 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></a>
  16  
  17      <?php endif; ?>
  18  </aside>


Generated: Thu Apr 18 01:01:15 2024 Cross-referenced by PHPXref 0.7.1