Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/16/2020 05:02:44 AM (4 years ago)
Author:
imath
Message:

Administration: make all remaining admin notices dismissible

props immeet94

Fixes #8315

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-admin.php

    r12660 r12668  
    171171                $type = ( $type == 'error' ) ? 'error' : 'updated'; ?>
    172172
    173                 <div id="message" class="<?php echo $type; ?> fade">
     173                <div id="message" class="<?php echo $type; ?> fade notice is-dismissible">
    174174                    <p><?php echo esc_html( $message ); ?></p>
    175175                </div>
     
    314314                <?php endforeach; else : ?>
    315315
    316                     <div id="message" class="error"><p><?php _ex( 'You have no groups.', 'You have no profile fields groups.', 'buddypress' ); ?></p></div>
     316                    <div id="message" class="error notice is-dismissible"><p><?php _ex( 'You have no groups.', 'You have no profile fields groups.', 'buddypress' ); ?></p></div>
    317317                    <p><a href="<?php echo esc_url( $add_group_url ); ?>"><?php _ex( 'Add New Group', 'Add New Profile Fields Group', 'buddypress' ); ?></a></p>
    318318
Note: See TracChangeset for help on using the changeset viewer.