Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/06/2016 12:57:48 AM (9 years ago)
Author:
mercime
Message:

Add translator comments for the accessibility headings in BP admin pages.

Props SergeyBiryukov, slaFFik.
See #6951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-list-table.php

    r10520 r10739  
    217217        $this->display_tablenav( 'top' ); ?>
    218218
    219         <h2 class="screen-reader-text"><?php _e( 'Groups list', 'buddypress' ); ?></h2>
     219        <h2 class="screen-reader-text"><?php
     220            /* translators: accessibility text */
     221            _e( 'Groups list', 'buddypress' );
     222        ?></h2>
    220223
    221224        <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
     
    285288        $url_base = bp_get_admin_url( 'admin.php?page=bp-groups' ); ?>
    286289
    287         <h2 class="screen-reader-text"><?php _e( 'Filter groups list', 'buddypress' ); ?></h2>
     290        <h2 class="screen-reader-text"><?php
     291            /* translators: accessibility text */
     292            _e( 'Filter groups list', 'buddypress' );
     293        ?></h2>
    288294
    289295        <ul class="subsubsub">
Note: See TracChangeset for help on using the changeset viewer.