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/members/single/notifications/read.php

    r11129 r11166  
    1111<?php if ( bp_has_notifications() ) : ?>
    1212
    13     <h2 class="bp-screen-reader-text"><?php _e( 'Notifications', 'buddypress' ); ?></h2>
     13    <h2 class="bp-screen-reader-text"><?php
     14        /* translators: accessibility text */
     15        _e( 'Notifications', 'buddypress' );
     16    ?></h2>
    1417
    1518    <div id="pag-top" class="pagination no-ajax">
Note: See TracChangeset for help on using the changeset viewer.