Changeset 13661
- Timestamp:
- 12/06/2023 07:09:21 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-admin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r13649 r13661 943 943 printf( 944 944 /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */ 945 _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>.', 32, 'buddypress' ),945 _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>.', 46, 'buddypress' ), 946 946 '<span class="dashicons dashicons-heart"></span>', 947 947 esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ), 948 number_format_i18n( 32)948 number_format_i18n( 46 ) 949 949 ); 950 950 ?> … … 1141 1141 <p class="wp-credits-list"> 1142 1142 <a href="https://profiles.wordpress.org/awol/">awol</a>, 1143 <a href="https://profiles.wordpress.org/bkaindl/">Bernhard Kaindl (bkaindl)</a>, 1143 1144 <a href="https://profiles.wordpress.org/bouncingsprout/">Ben Roberts (bouncingsprout)</a>, 1144 1145 <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, … … 1146 1147 <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly (coffee2code)</a>, 1147 1148 <a href="https://profiles.wordpress.org/corzel/">corzel</a>, 1149 <a href="https://profiles.wordpress.org/dancaragea/">Dan Caragea (dancaragea)</a>, 1148 1150 <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>, 1149 1151 <a href="https://profiles.wordpress.org/diabolique/">Diabolique</a>, 1152 <a href="https://profiles.wordpress.org/dj-basstone/">Heikki Paananen (dj-basstone)</a>, 1153 <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>, 1150 1154 <a href="https://profiles.wordpress.org/emaralive/">emaralive</a>, 1155 <a href="https://profiles.wordpress.org/fanly/">Fanly</a>, 1151 1156 <a href="https://profiles.wordpress.org/fawp/">fawp</a>, 1157 <a href="https://profiles.wordpress.org/fernandot/">Fernando Tellado (fernandot)</a>, 1152 1158 <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn (iandunn)</a>, 1153 1159 <a href="https://profiles.wordpress.org/iamthewebb/">iamthewebb</a>, 1154 1160 <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, 1161 <a href="https://profiles.wordpress.org/itapress/">itapress</a>, 1155 1162 <a href="https://profiles.wordpress.org/jaz_on/">Jason Rouet</a>, 1156 1163 <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, 1164 <a href="https://profiles.wordpress.org/kalich5/">Michal Janata (kalich5)</a>, 1165 <a href="https://profiles.wordpress.org/koenhuybrechts/">koen Huybrechts (koenhuybrechts)</a> 1157 1166 <a href="https://profiles.wordpress.org/lenasterg">Lena Stergatou (lenasterg)</a>, 1167 <a href="https://profiles.wordpress.org/lidialab/">Lidia Pellizzaro (lidialab)</a>, 1158 1168 <a href="https://profiles.wordpress.org/magland/">magland</a>, 1169 <a href="https://profiles.wordpress.org/makoto-a/">Makoto Akai (makoto-a)</a>, 1170 <a href="https://profiles.wordpress.org/mehrazmorshed/">Mehraz Morshed (mehrazmorshed)</a>, 1159 1171 <a href="https://profiles.wordpress.org/mike80222/">Mike Witt (mike80222)</a>, 1172 <a href="https://profiles.wordpress.org/nekojonez/">Pieterjan Deneys (nekojonez)</a>, 1160 1173 <a href="https://profiles.wordpress.org/niftythree/">Nifty (niftythree)</a>, 1161 <a href="https://profiles.wordpress.org/ DJPaul/">Paul Gibbs (DJPaul)</a>,1174 <a href="https://profiles.wordpress.org/nilovelez/">Nilo Velez (nilovelez)</a>, 1162 1175 <a href="https://profiles.wordpress.org/plugindevs/">Plugin Devs</a>, 1176 <a href="https://profiles.wordpress.org/psmits1567/">Peter Smits (psmits1567)</a>, 1163 1177 <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, 1164 1178 <a href="https://profiles.wordpress.org/rajinsharwar/">Rajin Sharwar (rajinsharwar)</a>,
Note: See TracChangeset
for help on using the changeset viewer.