Changeset 12815
- Timestamp:
- 12/04/2020 08:15:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r12813 r12815 810 810 printf( 811 811 /* 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>.', 5 4, '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' ), 813 813 '<span class="dashicons dashicons-heart"></span>', 814 814 esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ), 815 number_format_i18n( 5 4)815 number_format_i18n( 55 ) 816 816 ); 817 817 ?> … … 1038 1038 <a href="https://profiles.wordpress.org/walbo/">Petter Walbø Johnsgård (walbo)</a>, 1039 1039 <a href="https://profiles.wordpress.org/psmits1567/">Peter Smits (psmits1567)</a>, 1040 <a href="https://profiles.wordpress.org/po dporawebu/">wp24.cz (podporawebu)</a>,1040 <a href="https://profiles.wordpress.org/pooja1210/">Pooja N Muchandikar (pooja1210)</a>, 1041 1041 <a href="https://profiles.wordpress.org/raruto/">Raruto</a>, 1042 1042 <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, … … 1050 1050 <a href="https://profiles.wordpress.org/tharsheblows/">tharsheblows</a>, 1051 1051 <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>. 1053 1054 </p> 1054 1055
Note: See TracChangeset
for help on using the changeset viewer.