Changeset 13017 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 07/15/2021 07:08:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r13015 r13017 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>.', 1 8, '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>.', 19, '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( 1 8)767 number_format_i18n( 19 ) 768 768 ); 769 769 ?> … … 949 949 <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>, 950 950 <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, 951 <a href="https://profiles.wordpress.org/leahkoerper/">leahkoerper</a>, 951 952 <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, 952 953 <a href="https://profiles.wordpress.org/modemlooper/">modemlooper</a>,
Note: See TracChangeset
for help on using the changeset viewer.