Skip to:
Content

BuddyPress.org

Changeset 12641


Ignore:
Timestamp:
04/30/2020 06:47:03 PM (4 years ago)
Author:
imath
Message:

Hello BuddyPress Screen: post 6.0.0-RC1 improvements

  • Fix a missing /* translators: */ comment.
  • Reapply image minimisation for the BP Blocks animation GIF.

See #8270

Location:
trunk/src/bp-core
Files:
2 edited

Legend:

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

    r12638 r12641  
    928928            </ul>
    929929
    930             <h3 class="wp-people-group"><?php printf( esc_html__( 'Noteworthy Contributors to %s', 'buddypress' ), self::display_version() ); ?></h3>
     930            <h3 class="wp-people-group">
     931                <?php
     932                printf(
     933                    /* translators: %s: BuddyPress version number */
     934                    esc_html__( 'Noteworthy Contributors to %s', 'buddypress' ),
     935                    self::display_version()
     936                );
     937                ?>
     938            </h3>
    931939            <ul class="wp-people-group " id="wp-people-group-rockstars">
    932940                <li class="wp-person" id="wp-person-dimensionmedia">
Note: See TracChangeset for help on using the changeset viewer.