Changeset 13022 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 07/17/2021 12:30:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r13017 r13022 762 762 printf( 763 763 /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */ 764 _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>.', 19, 'buddypress' ),764 _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>.', 24, 'buddypress' ), 765 765 '<span class="dashicons dashicons-heart"></span>', 766 766 esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ), 767 number_format_i18n( 19)767 number_format_i18n( 24 ) 768 768 ); 769 769 ?> … … 948 948 <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>, 949 949 <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>, 950 <a href="https://profiles.wordpress.org/dancaragea/">Dan Caragea (dancaragea)</a>, 951 <a href="https://profiles.wordpress.org/ianbarnes/">Ian Barnes (ianbarnes)</a>, 952 <a href="https://profiles.wordpress.org/nobnob/">Javier Esteban (nobnob)</a>, 950 953 <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, 951 954 <a href="https://profiles.wordpress.org/leahkoerper/">leahkoerper</a>, 955 <a href="https://profiles.wordpress.org/marbaque/">marbaque</a>, 956 <a href="https://profiles.wordpress.org/markscottrobson/">Mark Robson (markscottrobson)</a>, 952 957 <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, 953 958 <a href="https://profiles.wordpress.org/modemlooper/">modemlooper</a>,
Note: See TracChangeset
for help on using the changeset viewer.