Skip to:
Content

BuddyPress.org

Changeset 12001


Ignore:
Timestamp:
04/27/2018 03:39:20 PM (8 years ago)
Author:
djpaul
Message:

Admin: second pass at updating Team/Rockstars lists for 3.0

See #7741

File:
1 edited

Legend:

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

    r12000 r12001  
    703703        <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Credits', 'buddypress' ) ); ?></h2>
    704704
    705             <p class="about-description"><?php _e( 'BuddyPress is created by a worldwide network of friendly folks like these.', 'buddypress' ); ?></p>
     705            <p class="about-description"><?php _e( 'Meet the contributors behind BuddyPress:', 'buddypress' ); ?></p>
    706706
    707707            <h3 class="wp-people-group"><?php _e( 'Project Leaders', 'buddypress' ); ?></h3>
     
    798798            </ul>
    799799
    800             <h3 class="wp-people-group"><?php _e( '&#x1f31f;Recent Rockstars&#x1f31f;', 'buddypress' ); ?></h3>
     800            <h3 class="wp-people-group"><?php _e( 'Recent Rockstars', 'buddypress' ); ?></h3>
    801801            <ul class="wp-people-group " id="wp-people-group-rockstars">
    802802                <li class="wp-person" id="wp-person-dimensionmedia">
     
    822822            </ul>
    823823
    824             <h3 class="wp-people-group"><?php printf( esc_html__( 'Contributors to BuddyPress %s', 'buddypress' ), self::display_version() ); ?></h3>
     824            <h3 class="wp-people-group"><?php printf( esc_html__( 'Contributors to BuddyPress %s:', 'buddypress' ), self::display_version() ); ?></h3>
    825825            <p class="wp-credits-list">
    826826                <a href="https://profiles.wordpress.org/55don/">55don</a>,
     
    872872            </p>
    873873
    874             <h3 class="wp-people-group"><?php _e( '&#x1f496;With our thanks to these Open Source projects&#x1f496;', 'buddypress' ); ?></h3>
     874            <h3 class="wp-people-group"><?php _e( 'With our thanks to these Open Source projects:', 'buddypress' ); ?></h3>
    875875            <p class="wp-credits-list">
    876876                <a href="https://github.com/ichord/At.js">At.js</a>,
Note: See TracChangeset for help on using the changeset viewer.