Skip to:
Content

BuddyPress.org

Changeset 9421


Ignore:
Timestamp:
01/29/2015 10:26:28 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Replace "Group Invitations" section with "Message Meta" on Welcome Screen. Fixes #6171.

File:
1 edited

Legend:

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

    r9420 r9421  
    596596
    597597                    <div class="group-invites">
    598                         <span class=" dashicons dashicons-plus-alt"></span>
    599                         <h4><?php esc_html_e( 'Group Invitations', 'buddypress' ); ?></h4>
    600                         <p><?php esc_html_e( 'Inviting members to groups is now smoother than ever with a simpler, clearer interface.', 'buddypress' ); ?></p>
     598                        <span class=" dashicons dashicons-editor-code"></span>
     599                        <h4><?php esc_html_e( 'Message Meta', 'buddypress' ); ?></h4>
     600                        <p><?php esc_html_e( 'Private message conversations made infinitely more flexible with an additional metadata table.', 'buddypress' ); ?></p>
    601601                    </div>
    602602
Note: See TracChangeset for help on using the changeset viewer.