Changeset 13639
- Timestamp:
- 11/08/2023 05:41:03 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r13630 r13639 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>.', 2 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>.', 28, '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( 2 6)948 number_format_i18n( 28 ) 949 949 ); 950 950 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)