Skip to:
Content

BuddyPress.org

Changeset 13411


Ignore:
Timestamp:
02/04/2023 12:08:04 PM (23 months ago)
Author:
imath
Message:

Remove 11.0.0 hello screen’s happy new year greeting

Closes https://github.com/buddypress/buddypress/pull/60
See #8823 (Trunk)

File:
1 edited

Legend:

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

    r13395 r13411  
    760760                    <div id="dynamic-content"></div>
    761761                    <div id="top-features">
    762                         <h2>
    763                             <?php
    764                             printf(
    765                                     /* Translators: %s is a Partying Face emoji. */
    766                                     esc_html__( 'Happy new year & best wishes for Twenty Twenty-Three %s', 'buddypress' ),
    767                                     wp_staticize_emoji( '🥳' )
    768                                 );
    769                             ?>
    770                         </h2>
    771762                        <p>
    772763                            <?php esc_html_e( 'Thanks for upgrading BuddyPress to 11.0.0.', 'buddypress' ); ?>
Note: See TracChangeset for help on using the changeset viewer.