Skip to:
Content

BuddyPress.org

Changeset 13643


Ignore:
Timestamp:
11/10/2023 02:26:40 AM (3 years ago)
Author:
imath
Message:

Update 12.0 credits list

See #9002

File:
1 edited

Legend:

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

    r13639 r13643  
    824824                                                </h2>
    825825                                                <p>
    826                                                         <?php esc_html_e( 'Among the 80 changes introduced in 12.0.0, the BP Rewrites API is a massive revolution opening the way for a progressive BuddyPress evolution.', 'buddypress' ); ?>
     826                                                        <?php esc_html_e( 'Among the 90 changes introduced in 12.0.0, the BP Rewrites API is a massive revolution opening the way for a progressive BuddyPress evolution.', 'buddypress' ); ?>
    827827                                                        <?php esc_html_e( 'Based on 10 years of experience gained through hard work, we are beginning to reimagine what it means to organize and manage communities within WordPess.', 'buddypress' ); ?>
    828828                                                        <?php esc_html_e( 'Here are the immediate benefits of the new BP Rewrites API :', 'buddypress' ); ?>
     
    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>.', 28, '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>.', 31, 'buddypress' ),
    946946                                                        '<span class="dashicons dashicons-heart"></span>',
    947947                                                        esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
    948                                                         number_format_i18n( 28 )
     948                                                        number_format_i18n( 31 )
    949949                                                );
    950950                                                ?>
     
    11431143                                <a href="https://profiles.wordpress.org/bouncingsprout/">Ben Roberts (bouncingsprout)</a>,
    11441144                                <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>,
     1145                                <a href="https://profiles.wordpress.org/btwebdesign/">btwebdesign</a>,
    11451146                                <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly (coffee2code)</a>,
    11461147                                <a href="https://profiles.wordpress.org/corzel/">corzel</a>,
     
    11511152                                <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn (iandunn)</a>,
    11521153                                <a href="https://profiles.wordpress.org/iamthewebb/">iamthewebb</a>,
     1154                                <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>,
    11531155                                <a href="https://profiles.wordpress.org/jaz_on/">Jason Rouet</a>,
    11541156                                <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>,
    11551157                                <a href="https://profiles.wordpress.org/lenasterg">Lena Stergatou (lenasterg)</a>,
    1156                                 <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>,
     1158                                <a href="https://profiles.wordpress.org/magland/">magland</a>,
    11571159                                <a href="https://profiles.wordpress.org/mike80222/">Mike Witt (mike80222)</a>,
    11581160                                <a href="https://profiles.wordpress.org/niftythree/">Nifty (niftythree)</a>,
     
    11661168                                <a href="https://profiles.wordpress.org/shawfactor/">shawfactor</a>,
    11671169                                <a href="https://profiles.wordpress.org/sjregan/">sjregan</a>,
     1170                                <a href="https://profiles.wordpress.org/teeboy4real/">teeboy4real</a>,
    11681171                                <a href="https://profiles.wordpress.org/upadalavipul/">Upadala Vipul (upadalavipul)</a>,
    11691172                                <a href="https://profiles.wordpress.org/vapvarun/">Varun Dubey (vapvarun)</a>.
Note: See TracChangeset for help on using the changeset viewer.