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/classes/class-bp-xprofile-field.php

    r12596 r12668  
    12311231            <?php if ( !empty( $message ) ) : ?>
    12321232
    1233                 <div id="message" class="error fade">
     1233                <div id="message" class="error fade notice is-dismissible">
    12341234                    <p><?php echo esc_html( $message ); ?></p>
    12351235                </div>
Note: See TracChangeset for help on using the changeset viewer.