Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/30/2016 06:17:55 AM (8 years ago)
Author:
mercime
Message:

Add translator comments for screen-reader headings.

See #7216.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/blogs/index.php

    r11129 r11166  
    114114        </div>
    115115
    116         <h2 class="bp-screen-reader-text"><?php _e( 'Sites directory', 'buddypress' ); ?></h2>
     116        <h2 class="bp-screen-reader-text"><?php
     117            /* translators: accessibility text */
     118            _e( 'Sites directory', 'buddypress' );
     119        ?></h2>
    117120
    118121        <div id="blogs-dir-list" class="blogs dir-list">
Note: See TracChangeset for help on using the changeset viewer.