Skip to:
Content

BuddyPress.org

Changeset 13697


Ignore:
Timestamp:
01/15/2024 04:52:32 AM (16 months ago)
Author:
imath
Message:

Update credits list to include 12.1.0 contributors

This commit also removes the BP Docs Team section as there's no more such a team.

Fixes #9068 (branch 12.0)

File:
1 edited

Legend:

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

    r13661 r13697  
    943943                        printf(
    944944                            /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */
    945                             _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 46, 'buddypress' ),
     945                            _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 49, 'buddypress' ),
    946946                            '<span class="dashicons dashicons-heart"></span>',
    947947                            esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
    948                             number_format_i18n( 46 )
     948                            number_format_i18n( 49 )
    949949                        );
    950950                        ?>
     
    10891089                    Venutius</a>
    10901090                    <span class="title"><?php esc_html_e( 'Community Support', 'buddypress' ); ?></span>
    1091                 </li>
    1092             </ul>
    1093 
    1094             <h3 class="wp-people-group"><?php esc_html_e( 'BuddyPress Docs Team', 'buddypress' ); ?></h3>
    1095             <ul class="wp-people-group " id="wp-people-group-docs-team">
    1096                 <li class="wp-person" id="wp-person-jaz_on">
    1097                     <a class="web" href="https://profiles.wordpress.org/jaz_on/"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/156bf201e3860e2d75a9f13a890de950?s=120">
    1098                     Jason Rouet</a>
    1099                     <span class="title"><?php esc_html_e( 'Documentation leader', 'buddypress' ); ?></span>
    1100                 </li>
    1101                 <li class="wp-person" id="wp-person-bouncingsprout">
    1102                     <a class="web" href="https://profiles.wordpress.org/bouncingsprout/"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/8f6faaf383a02d2a478339c8dfbf910e?s=120">
    1103                     Ben Roberts</a>
    1104                     <span class="title"><?php esc_html_e( 'Documentation deputy', 'buddypress' ); ?></span>
    11051091                </li>
    11061092            </ul>
     
    11731159                <a href="https://profiles.wordpress.org/niftythree/">Nifty (niftythree)</a>,
    11741160                <a href="https://profiles.wordpress.org/nilovelez/">Nilo Velez (nilovelez)</a>,
     1161                <a href="https://profiles.wordpress.org/perchenet/">perchenet</a>,
    11751162                <a href="https://profiles.wordpress.org/plugindevs/">Plugin Devs</a>,
    11761163                <a href="https://profiles.wordpress.org/psmits1567/">Peter Smits (psmits1567)</a>,
     
    11791166                <a href="https://profiles.wordpress.org/raviousprime/">raviousprime</a>,
    11801167                <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>,
     1168                <a href="https://profiles.wordpress.org/sabernhardt/">Stephen Bernhardt (sabernhardt)</a>,
    11811169                <a href="https://profiles.wordpress.org/shailu25/">Shail Mehta (shailu25)</a>,
    11821170                <a href="https://profiles.wordpress.org/shawfactor/">shawfactor</a>,
     1171                <a href="https://profiles.wordpress.org/sjregan/">sjregan</a>,
    11831172                <a href="https://profiles.wordpress.org/slaffik/">Slava Abakumov (slaFFik)</a>,
    1184                 <a href="https://profiles.wordpress.org/sjregan/">sjregan</a>,
     1173                <a href="https://profiles.wordpress.org/strategio/">Pierre Sylvestre (strategio)</a>,
    11851174                <a href="https://profiles.wordpress.org/teeboy4real/">teeboy4real</a>,
    11861175                <a href="https://profiles.wordpress.org/upadalavipul/">Upadala Vipul (upadalavipul)</a>,
Note: See TracChangeset for help on using the changeset viewer.