Skip to:
Content

BuddyPress.org

Changeset 8238


Ignore:
Timestamp:
04/05/2014 07:37:29 PM (11 years ago)
Author:
djpaul
Message:

Credits screen: update for 2.0

Props boonebgorges

File:
1 edited

Legend:

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

    r8235 r8238  
    394394
    395395        /** Avatar upload for users or groups ************************************/
    396        
     396
    397397        if ( ! empty( $avatar_setting ) ) {
    398398            // Allow avatar uploads
     
    635635            <h4 class="wp-people-group"><?php _e( 'Project Leaders', 'buddypress' ); ?></h4>
    636636            <ul class="wp-people-group " id="wp-people-group-project-leaders">
    637                 <li class="wp-person" id="wp-person-apeatling">
    638                     <a href="http://profiles.wordpress.org/apeatling"><img src="http://0.gravatar.com/avatar/bb29d699b5cba218c313b61aa82249da?s=60" class="gravatar" alt="Andy Peatling" /></a>
    639                     <a class="web" href="http://profiles.wordpress.org/apeatling">Andy Peatling</a>
    640                     <span class="title"><?php _e( 'Founding Developer', 'buddypress' ); ?></span>
    641                 </li>
    642637                <li class="wp-person" id="wp-person-johnjamesjacoby">
    643638                    <a href="http://profiles.wordpress.org/johnjamesjacoby"><img src="http://0.gravatar.com/avatar/81ec16063d89b162d55efe72165c105f?s=60" class="gravatar" alt="John James Jacoby" /></a>
     
    657652            </ul>
    658653
    659             <h4 class="wp-people-group"><?php _e( 'Core Developers', 'buddypress' ); ?></h4>
    660             <ul class="wp-people-group " id="wp-people-group-core-developers">
     654            <h4 class="wp-people-group"><?php _e( 'Core Team', 'buddypress' ); ?></h4>
     655            <ul class="wp-people-group " id="wp-people-group-core-team">
    661656                <li class="wp-person" id="wp-person-r-a-y">
    662657                    <a href="http://profiles.wordpress.org/r-a-y"><img src="http://0.gravatar.com/avatar/3bfa556a62b5bfac1012b6ba5f42ebfa?s=60" class="gravatar" alt="Ray" /></a>
    663658                    <a class="web" href="http://profiles.wordpress.org/r-a-y">Ray</a>
     659                    <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
    664660                </li>
    665             </ul>
    666 
    667             <h4 class="wp-people-group"><?php _e( 'Recent Rockstars', 'buddypress' ); ?></h4>
    668             <ul class="wp-people-group " id="wp-people-group-rockstars">
    669661                <li class="wp-person" id="wp-person-imath">
    670662                    <a href="http://profiles.wordpress.org/imath"><img src="http://0.gravatar.com/avatar/8b208ca408dad63888253ee1800d6a03?s=60" class="gravatar" alt="Mathieu Viet" /></a>
    671663                    <a class="web" href="http://profiles.wordpress.org/imath">Mathieu Viet</a>
    672                 </li>
    673                 <li class="wp-person" id="wp-person-hnla">
    674                     <a href="http://profiles.wordpress.org/hnla"><img src="http://0.gravatar.com/avatar/3860c955aa3f79f13b92826ae47d07fe?s=60" class="gravatar" alt="Hugo Ashmore" /></a>
    675                     <a class="web" href="http://profiles.wordpress.org/hnla">Hugo Ashmore</a>
     664                    <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
    676665                </li>
    677666                <li class="wp-person" id="wp-person-mercime">
    678667                    <a href="http://profiles.wordpress.org/mercime"><img src="http://0.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=60" class="gravatar" alt="Mercime" /></a>
    679668                    <a class="web" href="http://profiles.wordpress.org/mercime">Mercime</a>
     669                    <span class="title"><?php _e( 'Navigator', 'buddypress' ); ?></span>
    680670                </li>
    681                 <li class="wp-person" id="wp-person-karmatosed">
    682                     <a href="http://profiles.wordpress.org/karmatosed"><img src="http://0.gravatar.com/avatar/d36d2c1821af9249b69ff7f5ed60529b?s=60" class="gravatar" alt="Tammie Lister" /></a>
    683                     <a class="web" href="http://profiles.wordpress.org/karmatosed">Tammie Lister</a>
     671            </ul>
     672
     673            <h4 class="wp-people-group"><?php _e( 'Recent Rockstars', 'buddypress' ); ?></h4>
     674            <ul class="wp-people-group " id="wp-people-group-rockstars">
     675                <li class="wp-person" id="wp-person-dcavins">
     676                    <a href="http://profiles.wordpress.org/dcavins"><img src="http://0.gravatar.com/avatar/a5fa7e83d59cb45ebb616235a176595a?s=60" class="gravatar" alt="David Cavins" /></a>
     677                    <a class="web" href="http://profiles.wordpress.org/dcavins">David Cavins</a>
     678                </li>
     679                <li class="wp-person" id="wp-person-henry-wright">
     680                    <a href="http://profiles.wordpress.org/henry.wright"><img src="http://0.gravatar.com/avatar/0da2f1a9340d6af196b870f6c107a248?s=60" class="gravatar" alt="Henry Wright" /></a>
     681                    <a class="web" href="http://profiles.wordpress.org/henry.wright">Henry Wright</a>
    684682                </li>
    685683            </ul>
Note: See TracChangeset for help on using the changeset viewer.