Changeset 13388 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 12/17/2022 10:07:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r13385 r13388 930 930 printf( 931 931 /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */ 932 _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 0, 'buddypress' ),932 _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>.', 34, 'buddypress' ), 933 933 '<span class="dashicons dashicons-heart"></span>', 934 934 esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ), 935 number_format_i18n( 3 0)935 number_format_i18n( 34 ) 936 936 ); 937 937 ?> … … 1115 1115 <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, 1116 1116 <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>, 1117 <a href="https://profiles.wordpress.org/dancaragea/">Dan Caragea (dancaragea)</a>, 1117 1118 <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>, 1118 1119 <a href="https://profiles.wordpress.org/devutpol/">Deb Nath Utpol (devutpol)</a>, 1119 <a href="https://profiles.wordpress.org/fawp">fawp</a>, 1120 <a href="https://profiles.wordpress.org/fawp/">fawp</a>, 1121 <a href="https://profiles.wordpress.org/fernandot/">Fernando Tellado (fernandot)</a>, 1120 1122 <a href="https://profiles.wordpress.org/hnla/">Hugo Ashmore (hnla)</a>, 1123 <a href="https://profiles.wordpress.org/nobnob/">Javier Esteban (nobnob)</a>, 1121 1124 <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, 1122 1125 <a href="https://profiles.wordpress.org/jtymann/">jtymann</a>, … … 1127 1130 <a href="https://profiles.wordpress.org/niftythree/">Nifty (niftythree)</a>, 1128 1131 <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>, 1132 <a href="https://profiles.wordpress.org/nekojonez/">Pieterjan Deneys (nekojonez)</a>, 1129 1133 <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, 1130 1134 <a href="https://profiles.wordpress.org/rafiahmedd/">Rafi Ahmed (rafiahmedd)</a>,
Note: See TracChangeset
for help on using the changeset viewer.