golden hour
/var/www/html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/notices
⬆️ Go Up
Upload
File/Folder
Size
Actions
template-notices.php
686 B
Del
OK
Edit: template-notices.php
<?php /** * BP Nouveau template notices template. * * @since 3.0.0 * @version 3.1.0 */ ?> <aside class="<?php bp_nouveau_template_message_classes(); ?>"> <span class="bp-icon" aria-hidden="true"></span> <?php bp_nouveau_template_message(); ?> <?php if ( bp_nouveau_has_dismiss_button() ) : ?> <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> <?php endif; ?> </aside>
Save