Changeset 13215 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 01/19/2022 09:21:45 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r13209 r13215 907 907 printf( 908 908 /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */ 909 _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>.', 3 8, 'buddypress' ),909 _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>.', 39, 'buddypress' ), 910 910 '<span class="dashicons dashicons-heart"></span>', 911 911 esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ), 912 number_format_i18n( 3 8)912 number_format_i18n( 39 ) 913 913 ); 914 914 ?> … … 1089 1089 <a href="https://profiles.wordpress.org/oztaser/">Adil Öztaşer (oztaser)</a>, 1090 1090 <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, 1091 <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>, 1091 1092 <a href="https://profiles.wordpress.org/needle/">Christian Wach (needle)</a>, 1092 1093 <a href="https://profiles.wordpress.org/comminski/">comminski</a>,
Note: See TracChangeset
for help on using the changeset viewer.