Skip to:
Content

BuddyPress.org

Changeset 12815


Ignore:
Timestamp:
12/04/2020 08:15:22 PM (4 years ago)
Author:
imath
Message:

Admin: update credits screen to include a missing contributor

See [12812]

See #8376

File:
1 edited

Legend:

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

    r12813 r12815  
    810810                        printf(
    811811                            /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */
    812                             _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>.', 54, 'buddypress' ),
     812                            _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>.', 55, 'buddypress' ),
    813813                            '<span class="dashicons dashicons-heart"></span>',
    814814                            esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
    815                             number_format_i18n( 54 )
     815                            number_format_i18n( 55 )
    816816                        );
    817817                        ?>
     
    10381038                <a href="https://profiles.wordpress.org/walbo/">Petter Walbø Johnsgård (walbo)</a>,
    10391039                <a href="https://profiles.wordpress.org/psmits1567/">Peter Smits (psmits1567)</a>,
    1040                 <a href="https://profiles.wordpress.org/podporawebu/">wp24.cz (podporawebu)</a>,
     1040                <a href="https://profiles.wordpress.org/pooja1210/">Pooja N Muchandikar (pooja1210)</a>,
    10411041                <a href="https://profiles.wordpress.org/raruto/">Raruto</a>,
    10421042                <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>,
     
    10501050                <a href="https://profiles.wordpress.org/tharsheblows/">tharsheblows</a>,
    10511051                <a href="https://profiles.wordpress.org/tobifjellner/">Tor-Bjorn Fjellner (tobifjellner)</a>,
    1052                 <a href="https://profiles.wordpress.org/vapvarun/">Varun Dubey (vapvarun)</a>.
     1052                <a href="https://profiles.wordpress.org/vapvarun/">Varun Dubey (vapvarun)</a>,
     1053                <a href="https://profiles.wordpress.org/podporawebu/">wp24.cz (podporawebu)</a>.
    10531054            </p>
    10541055
Note: See TracChangeset for help on using the changeset viewer.