Changeset 12588 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 03/28/2020 01:35:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r12553 r12588 780 780 <?php 781 781 printf( 782 /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */ 782 783 _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' ), 783 784 '<span class="dashicons dashicons-heart"></span>', … … 956 957 </ul> 957 958 958 <h3 class="wp-people-group"><?php printf( esc_html__( 'Contributors to BuddyPress %s', 'buddypress' ), self::display_version() ); ?></h3> 959 <h3 class="wp-people-group"> 960 <?php 961 printf( 962 /* translators: %s: BuddyPress version number */ 963 esc_html__( 'Contributors to BuddyPress %s', 'buddypress' ), 964 self::display_version() 965 ); 966 ?> 967 </h3> 959 968 <p class="wp-credits-list"> 960 969 <a href="https://github.com/baconbro">baconbro</a>,
Note: See TracChangeset
for help on using the changeset viewer.