Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/06/2022 09:52:04 PM (3 years ago)
Author:
imath
Message:

Administration: add BuddyPress specific Welcome Panel styles

To keep pre 5.9 WordPress welcome-panel styles, we need to create our own BuddyPress specific Welcome Panel styles.

WordPress 5.9 will completely redesign this panel to include a specific purple background with a background image including text about the 5.9 release. This new design doesn't match with our needs.

Fixes #8615

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-admin.php

    r13186 r13208  
    14691469
    14701470            ?>
    1471             <div id="welcome-panel" class="welcome-panel bp-notice-container">
    1472                 <a class="welcome-panel-close bp-is-dismissible" href="#" data-notice_id="<?php echo esc_attr( $notice_id ); ?>" aria-label="<?php esc_attr_e( 'Dismiss the welcome panel', 'buddypress' ); ?>"><?php esc_html_e( 'Dismiss', 'buddypress' ); ?></a>
    1473                 <div class="welcome-panel-content">
     1471            <div class="bp-welcome-panel bp-notice-container">
     1472                <a class="bp-welcome-panel-close bp-is-dismissible" href="#" data-notice_id="<?php echo esc_attr( $notice_id ); ?>" aria-label="<?php esc_attr_e( 'Dismiss the welcome panel', 'buddypress' ); ?>"><?php esc_html_e( 'Dismiss', 'buddypress' ); ?></a>
     1473                <div class="bp-welcome-panel-content">
    14741474                    <h2><span class="bp-badge"></span> <?php esc_html_e( 'Hello BuddyPress Add-ons!', 'buddypress' ); ?></h2>
    14751475                    <p class="about-description">
Note: See TracChangeset for help on using the changeset viewer.