Skip to:
Content

BuddyPress.org

Changeset 13412


Ignore:
Timestamp:
02/04/2023 12:44:53 PM (2 years ago)
Author:
imath
Message:

Remove 11.0.0 hello screen’s happy new year greeting

Fixes #8823 (11.0 branch)

File:
1 edited

Legend:

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

    r13388 r13412  
    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.