Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:35:36 PM (4 years ago)
Author:
imath
Message:

BP Core: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-admin.php

    r12553 r12588  
    780780                        <?php
    781781                        printf(
     782                            /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */
    782783                            _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' ),
    783784                            '<span class="dashicons dashicons-heart"></span>',
     
    956957            </ul>
    957958
    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>
    959968            <p class="wp-credits-list">
    960969                <a href="https://github.com/baconbro">baconbro</a>,
Note: See TracChangeset for help on using the changeset viewer.