Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/06/2016 12:57:48 AM (10 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-activity/classes/class-bp-activity-list-table.php

    r10590 r10739  
    305305                $url_base = add_query_arg( array( 'page' => 'bp-activity' ), bp_get_admin_url( 'admin.php' ) ); ?>
    306306
    307                 <h2 class="screen-reader-text"><?php _e( 'Filter activities list', 'buddypress' ); ?></h2>
     307                <h2 class="screen-reader-text"><?php
     308                        /* translators: accessibility text */
     309                        _e( 'Filter activities list', 'buddypress' );
     310                ?></h2>
    308311
    309312                <ul class="subsubsub">
     
    415418
    416419                <div class="alignleft actions">
    417                         <label for="activity-type" class="screen-reader-text"><?php _e( 'Filter by activity type', 'buddypress' ); ?></label>
     420                        <label for="activity-type" class="screen-reader-text"><?php
     421                                /* translators: accessibility text */
     422                                _e( 'Filter by activity type', 'buddypress' );
     423                        ?></label>
    418424                        <select name="activity_type" id="activity-type">
    419425                                <option value="" <?php selected( ! $selected ); ?>><?php _e( 'View all actions', 'buddypress' ); ?></option>
Note: See TracChangeset for help on using the changeset viewer.