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-core/admin/bp-core-admin-components.php

    r10726 r10739  
    151151    } ?>
    152152
    153     <h3 class="screen-reader-text"><?php _e( 'Filter components list', 'buddypress' ); ?></h3>
     153    <h3 class="screen-reader-text"><?php
     154        /* translators: accessibility text */
     155        _e( 'Filter components list', 'buddypress' );
     156    ?></h3>
    154157
    155158    <ul class="subsubsub">
Note: See TracChangeset for help on using the changeset viewer.