Skip to:
Content

BuddyPress.org

Changeset 13639


Ignore:
Timestamp:
11/08/2023 05:41:03 PM (3 years ago)
Author:
imath
Message:

Update the amount of 12.0 contributors

See #9002

File:
1 edited

Legend:

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

    r13630 r13639  
    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>.', 26, '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>.', 28, 'buddypress' ),
    946946                                                        '<span class="dashicons dashicons-heart"></span>',
    947947                                                        esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
    948                                                         number_format_i18n( 26 )
     948                                                        number_format_i18n( 28 )
    949949                                                );
    950950                                                ?>
Note: See TracChangeset for help on using the changeset viewer.