Changeset 13643
- Timestamp:
- 11/10/2023 02:26:40 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r13639 r13643 824 824 </h2> 825 825 <p> 826 <?php esc_html_e( 'Among the 80 changes introduced in 12.0.0, the BP Rewrites API is a massive revolution opening the way for a progressive BuddyPress evolution.', 'buddypress' ); ?>826 <?php esc_html_e( 'Among the 90 changes introduced in 12.0.0, the BP Rewrites API is a massive revolution opening the way for a progressive BuddyPress evolution.', 'buddypress' ); ?> 827 827 <?php esc_html_e( 'Based on 10 years of experience gained through hard work, we are beginning to reimagine what it means to organize and manage communities within WordPess.', 'buddypress' ); ?> 828 828 <?php esc_html_e( 'Here are the immediate benefits of the new BP Rewrites API :', 'buddypress' ); ?> … … 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>.', 28, '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>.', 31, '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( 28)948 number_format_i18n( 31 ) 949 949 ); 950 950 ?> … … 1143 1143 <a href="https://profiles.wordpress.org/bouncingsprout/">Ben Roberts (bouncingsprout)</a>, 1144 1144 <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, 1145 <a href="https://profiles.wordpress.org/btwebdesign/">btwebdesign</a>, 1145 1146 <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly (coffee2code)</a>, 1146 1147 <a href="https://profiles.wordpress.org/corzel/">corzel</a>, … … 1151 1152 <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn (iandunn)</a>, 1152 1153 <a href="https://profiles.wordpress.org/iamthewebb/">iamthewebb</a>, 1154 <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, 1153 1155 <a href="https://profiles.wordpress.org/jaz_on/">Jason Rouet</a>, 1154 1156 <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, 1155 1157 <a href="https://profiles.wordpress.org/lenasterg">Lena Stergatou (lenasterg)</a>, 1156 <a href="https://profiles.wordpress.org/ imath/">Mathieu Viet (imath)</a>,1158 <a href="https://profiles.wordpress.org/magland/">magland</a>, 1157 1159 <a href="https://profiles.wordpress.org/mike80222/">Mike Witt (mike80222)</a>, 1158 1160 <a href="https://profiles.wordpress.org/niftythree/">Nifty (niftythree)</a>, … … 1166 1168 <a href="https://profiles.wordpress.org/shawfactor/">shawfactor</a>, 1167 1169 <a href="https://profiles.wordpress.org/sjregan/">sjregan</a>, 1170 <a href="https://profiles.wordpress.org/teeboy4real/">teeboy4real</a>, 1168 1171 <a href="https://profiles.wordpress.org/upadalavipul/">Upadala Vipul (upadalavipul)</a>, 1169 1172 <a href="https://profiles.wordpress.org/vapvarun/">Varun Dubey (vapvarun)</a>.
Note: See TracChangeset
for help on using the changeset viewer.