Changeset 13697
- Timestamp:
- 01/15/2024 04:52:32 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-core/classes/class-bp-admin.php
r13661 r13697 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>.', 4 6, '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>.', 49, '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( 4 6)948 number_format_i18n( 49 ) 949 949 ); 950 950 ?> … … 1089 1089 Venutius</a> 1090 1090 <span class="title"><?php esc_html_e( 'Community Support', 'buddypress' ); ?></span> 1091 </li>1092 </ul>1093 1094 <h3 class="wp-people-group"><?php esc_html_e( 'BuddyPress Docs Team', 'buddypress' ); ?></h3>1095 <ul class="wp-people-group " id="wp-people-group-docs-team">1096 <li class="wp-person" id="wp-person-jaz_on">1097 <a class="web" href="https://profiles.wordpress.org/jaz_on/"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/156bf201e3860e2d75a9f13a890de950?s=120">1098 Jason Rouet</a>1099 <span class="title"><?php esc_html_e( 'Documentation leader', 'buddypress' ); ?></span>1100 </li>1101 <li class="wp-person" id="wp-person-bouncingsprout">1102 <a class="web" href="https://profiles.wordpress.org/bouncingsprout/"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/8f6faaf383a02d2a478339c8dfbf910e?s=120">1103 Ben Roberts</a>1104 <span class="title"><?php esc_html_e( 'Documentation deputy', 'buddypress' ); ?></span>1105 1091 </li> 1106 1092 </ul> … … 1173 1159 <a href="https://profiles.wordpress.org/niftythree/">Nifty (niftythree)</a>, 1174 1160 <a href="https://profiles.wordpress.org/nilovelez/">Nilo Velez (nilovelez)</a>, 1161 <a href="https://profiles.wordpress.org/perchenet/">perchenet</a>, 1175 1162 <a href="https://profiles.wordpress.org/plugindevs/">Plugin Devs</a>, 1176 1163 <a href="https://profiles.wordpress.org/psmits1567/">Peter Smits (psmits1567)</a>, … … 1179 1166 <a href="https://profiles.wordpress.org/raviousprime/">raviousprime</a>, 1180 1167 <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>, 1168 <a href="https://profiles.wordpress.org/sabernhardt/">Stephen Bernhardt (sabernhardt)</a>, 1181 1169 <a href="https://profiles.wordpress.org/shailu25/">Shail Mehta (shailu25)</a>, 1182 1170 <a href="https://profiles.wordpress.org/shawfactor/">shawfactor</a>, 1171 <a href="https://profiles.wordpress.org/sjregan/">sjregan</a>, 1183 1172 <a href="https://profiles.wordpress.org/slaffik/">Slava Abakumov (slaFFik)</a>, 1184 <a href="https://profiles.wordpress.org/s jregan/">sjregan</a>,1173 <a href="https://profiles.wordpress.org/strategio/">Pierre Sylvestre (strategio)</a>, 1185 1174 <a href="https://profiles.wordpress.org/teeboy4real/">teeboy4real</a>, 1186 1175 <a href="https://profiles.wordpress.org/upadalavipul/">Upadala Vipul (upadalavipul)</a>,
Note: See TracChangeset
for help on using the changeset viewer.